We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627d7cb commit 0e7e5b9Copy full SHA for 0e7e5b9
test-cargo-miri/tests/test.rs
@@ -55,7 +55,7 @@ fn do_panic() { // In large, friendly letters :)
55
56
// FIXME: see above
57
#[test]
58
-#[allow(const_err)]
+#[allow(unconditional_panic)]
59
#[cfg_attr(not(windows), should_panic(expected="the len is 0 but the index is 42"))]
60
fn fail_index_check() {
61
#[cfg(not(windows))]
0 commit comments