We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cccae commit 8cab0baCopy full SHA for 8cab0ba
src/tools/miri/tests/pass/unsized.rs
@@ -3,8 +3,6 @@
3
#![feature(unsized_fn_params)]
4
#![feature(custom_mir, core_intrinsics)]
5
6
-use std::mem;
7
-
8
fn unsized_params() {
9
pub fn f0(_f: dyn FnOnce()) {}
10
pub fn f1(_s: str) {}
0 commit comments