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 deaf307 commit 9efb83dCopy full SHA for 9efb83d
tests/ui/mir/lint/storage-live.stderr
@@ -5,15 +5,11 @@ error: internal compiler error: broken MIR in Item(DefId(0:8 ~ storage_live[HASH
5
LL | StorageLive(a);
6
| ^^^^^^^^^^^^^^
7
|
8
-note: delayed at compiler/rustc_mir_transform/src/lint.rs:LL:CC - disabled backtrace
9
- --> $DIR/storage-live.rs:21:13
10
- |
11
-LL | StorageLive(a);
12
- | ^^^^^^^^^^^^^^
13
-
14
+ =
15
aborting due to `-Z treat-err-as-bug=1`
16
error: the compiler unexpectedly panicked. this is a bug.
17
18
query stack during panic:
19
-end of query stack
+#0 [mir_built] building MIR for `multiple_storage`
+#1 [has_ffi_unwind_calls] checking if `multiple_storage` contains FFI-unwind calls
+... and 3 other queries... use `env RUST_BACKTRACE=1` to see the full query stack
0 commit comments