We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f79f5 commit 5f42aa6Copy full SHA for 5f42aa6
tests/compile-fail/stacked_borrows/illegal_write2.rs
@@ -1,3 +1,7 @@
1
+// We fail to detect this when neither this nor libstd are optimized/have retagging.
2
+// FIXME: Investigate that.
3
+// compile-flags: -Zmir-opt-level=0
4
+
5
#![allow(unused_variables)]
6
7
fn main() {
0 commit comments