mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
unsized_locals feature is not needed in this test
This commit is contained in:
parent
ba59aa2b77
commit
2040b790e8
@ -1,7 +1,7 @@
|
||||
// run-pass
|
||||
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(unsized_locals, unsized_fn_params)]
|
||||
#![feature(unsized_fn_params)]
|
||||
|
||||
pub fn f0(_f: dyn FnOnce()) {}
|
||||
pub fn f1(_s: str) {}
|
||||
|
Loading…
Reference in New Issue
Block a user