about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-03-30 00:39:55 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2025-03-30 01:32:21 +0300
commit2dfd2a2a242e920b7378328b87f901652d9d81be (patch)
tree7aac9b506f1ee5a6ef6bfa941bb6e058a20443a2 /compiler/rustc_span
parentd4812c8638173ec163825d56a72a33589483ec4c (diff)
downloadrust-2dfd2a2a242e920b7378328b87f901652d9d81be.tar.gz
rust-2dfd2a2a242e920b7378328b87f901652d9d81be.zip
Remove attribute `#[rustc_error]`
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 6807f96e712..409497c169e 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1771,6 +1771,7 @@ symbols! {
         rustc_deallocator,
         rustc_def_path,
         rustc_default_body_unstable,
+        rustc_delayed_bug_from_inside_query,
         rustc_deny_explicit_impl,
         rustc_deprecated_safe_2024,
         rustc_diagnostic_item,
@@ -1787,7 +1788,6 @@ symbols! {
         rustc_dump_user_args,
         rustc_dump_vtable,
         rustc_effective_visibility,
-        rustc_error,
         rustc_evaluate_where_clauses,
         rustc_expected_cgu_reuse,
         rustc_force_inline,