Tweak delayed bug mentions.
Now that we have both `delayed_bug` and `span_delayed_bug`, it makes sense to use the generic term "delayed bug" more.
This commit is contained in:
parent
036d00bff6
commit
6fda300087
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ fn integration_test() {
|
|||
// the repo basically just contains a span_delayed_bug that forces rustc/clippy to panic:
|
||||
/*
|
||||
#![feature(rustc_attrs)]
|
||||
#[rustc_error(span_delayed_bug_from_inside_query)]
|
||||
#[rustc_error(delayed_bug_from_inside_query)]
|
||||
fn main() {}
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue