We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a406af8 commit bb367c4Copy full SHA for bb367c4
src/test/ui/const-eval/promoted_errors.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
// compile-pass
12
-
+// compile-flags: -O
13
fn main() {
14
println!("{}", 0u32 - 1);
15
//~^ WARN const_err
0 commit comments