Skip to content

Commit 6fda300

Browse files
committed
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.
1 parent 036d00b commit 6fda300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn integration_test() {
7777
// the repo basically just contains a span_delayed_bug that forces rustc/clippy to panic:
7878
/*
7979
#![feature(rustc_attrs)]
80-
#[rustc_error(span_delayed_bug_from_inside_query)]
80+
#[rustc_error(delayed_bug_from_inside_query)]
8181
fn main() {}
8282
*/
8383

0 commit comments

Comments
 (0)