We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340827a commit fb7f1d2Copy full SHA for fb7f1d2
tests/codegen/drop-in-place-noalias.rs
@@ -1,4 +1,4 @@
1
-// compile-flags: -C no-prepopulate-passes
+// compile-flags: -O -C no-prepopulate-passes
2
3
// Tests that the compiler can apply `noalias` and other &mut attributes to `drop_in_place`.
4
// Note that non-Unpin types should not get `noalias`, matching &mut behavior.
0 commit comments