File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/test/ui/consts/miri_unleashed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ help: skipping check for `const_mut_refs` feature
2121 |
2222LL | &mut *(box 0)
2323 | ^^^^^^^^^^^^^
24- help: skipping check for `const_mut_refs` feature
24+ help: skipping check that does not even have a feature gate
2525 --> $DIR/box.rs:10:5
2626 |
2727LL | &mut *(box 0)
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ LL | *OH_YES = 99;
66
77warning: skipping const checks
88 |
9- help: skipping check for `const_mut_refs` feature
9+ help: skipping check that does not even have a feature gate
1010 --> $DIR/mutable_references.rs:9:26
1111 |
1212LL | static FOO: &&mut u32 = &&mut 42;
1313 | ^^^^^^^
14- help: skipping check for `const_mut_refs` feature
14+ help: skipping check that does not even have a feature gate
1515 --> $DIR/mutable_references.rs:13:23
1616 |
1717LL | static BAR: &mut () = &mut ();
1818 | ^^^^^^^
19- help: skipping check for `const_mut_refs` feature
19+ help: skipping check that does not even have a feature gate
2020 --> $DIR/mutable_references.rs:18:28
2121 |
2222LL | static BOO: &mut Foo<()> = &mut Foo(());
@@ -26,7 +26,7 @@ help: skipping check that does not even have a feature gate
2626 |
2727LL | x: &UnsafeCell::new(42),
2828 | ^^^^^^^^^^^^^^^^^^^^
29- help: skipping check for `const_mut_refs` feature
29+ help: skipping check that does not even have a feature gate
3030 --> $DIR/mutable_references.rs:30:27
3131 |
3232LL | static OH_YES: &mut i32 = &mut 42;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ help: skipping check that does not even have a feature gate
3030 |
3131LL | const SNEAKY: &dyn Sync = &Synced { x: UnsafeCell::new(42) };
3232 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33- help: skipping check for `const_mut_refs` feature
33+ help: skipping check that does not even have a feature gate
3434 --> $DIR/mutable_references_err.rs:30:25
3535 |
3636LL | const BLUNT: &mut i32 = &mut 42;
You can’t perform that action at this time.
0 commit comments