Skip to content

Commit

Permalink
unsized_locals feature is not needed in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Oct 27, 2020
1 parent ba59aa2 commit 2040b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/unsized-locals/unsized-parameters.rs
@@ -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) {}
Expand Down

0 comments on commit 2040b79

Please sign in to comment.