We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fc118 commit cbd25edCopy full SHA for cbd25ed
src/test/run-pass/issue-46553.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
#![feature(const_fn)]
12
-#![warn(const_err)]
+#![deny(const_err)]
13
14
pub struct Data<T> {
15
function: fn() -> T,
0 commit comments