summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-06-19 09:19:09 +0200
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-06-19 09:19:09 +0200
commitc894ece8fe607664fbdf2c081da9c997de5905f3 (patch)
treee5dc715b168b760f226f4e60e89ad29ea727d93b /compiler/rustc_span/src
parent737e42308c6e957575692965d73b17937f936f28 (diff)
downloadrust-c894ece8fe607664fbdf2c081da9c997de5905f3.tar.gz
rust-c894ece8fe607664fbdf2c081da9c997de5905f3.zip
Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index f44fa1bcb4f..4719de9d4c0 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1592,8 +1592,6 @@ symbols! {
         rustc_do_not_const_check,
         rustc_doc_primitive,
         rustc_dummy,
-        rustc_dump_env_program_clauses,
-        rustc_dump_program_clauses,
         rustc_dump_user_args,
         rustc_dump_vtable,
         rustc_effective_visibility,