We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b2abf commit cf57409Copy full SHA for cf57409
src/test/ui/consts/const-eval/valid-const.rs
@@ -1,7 +1,8 @@
1
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
2
3
// Some constants that *are* valid
4
#![feature(const_transmute)]
5
+#![deny(const_err)]
6
7
use std::mem;
8
use std::ptr::NonNull;
0 commit comments