We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347f631 commit c3459b0Copy full SHA for c3459b0
src/test/run-pass/issue-16671.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//compile-flags: -Z borrowck=compare -Z emit-end-regions
12
+
13
#![deny(warnings)]
14
15
fn foo<F: FnOnce()>(_f: F) { }
0 commit comments