We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaae30 commit a57d066Copy full SHA for a57d066
ices/67981.rs
@@ -1,4 +1,4 @@
1
-#![feature(unsized_locals)]
+#![feature(unsized_fn_params)]
2
3
fn main() {
4
let f: fn([u8]) = |_| {};
ices/68538.rs
#![crate_type = "lib"]
pub fn take_unsized_slice(s: [u8]) {
ices/68543.rs
+#![feature(unsized_fn_params, unsized_locals)]
use std::future::Future;
0 commit comments