about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-02-12 15:26:59 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-02-12 18:39:20 +1100
commit6fda300087f664f23bc19364dfaeea061ecd5a63 (patch)
tree6cf24deff75cc768aacdc45b6e549ca9b1e9aabe
parent036d00bff6519918a0c13a528602af2ae74b0759 (diff)
downloadrust-6fda300087f664f23bc19364dfaeea061ecd5a63.tar.gz
rust-6fda300087f664f23bc19364dfaeea061ecd5a63.zip
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.
-rw-r--r--tests/integration.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration.rs b/tests/integration.rs
index 267f095f9c2..7f4500826ff 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -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() {}
         */