mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
d4b77f64e4
Now that we have both `delayed_bug` and `span_delayed_bug`, it makes sense to use the generic term "delayed bug" more.
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
error: internal compiler error: delayed bug triggered by #[rustc_error(delayed_bug_from_inside_query)]
|
|
--> $DIR/span_delayed_bug.rs:12:1
|
|
|
|
|
LL | fn main() {}
|
|
| ^^^^^^^^^
|
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
|
|
|
query stack during panic:
|
|
#0 [trigger_delayed_bug] triggering a delayed bug for testing incremental
|
|
end of query stack
|