We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d2a92 commit ac47bd7Copy full SHA for ac47bd7
src/test/compile-fail/const-fn-error.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-#![feature(const_fn)]
+#![feature(const_fn, const_let)]
12
13
const X : usize = 2;
14
0 commit comments