about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-09-18 10:48:18 -0400
committerBen Kimock <kimockb@gmail.com>2025-09-21 13:12:20 -0400
commitdf58fd8cf7710f7516c541769a141f0235978dab (patch)
tree01fb95a4eb0082b53f0e0f833d8a2fd507b54385 /compiler/rustc_span
parent888679013d1f424adef06267f3630069b4cabd40 (diff)
downloadrust-df58fd8cf7710f7516c541769a141f0235978dab.tar.gz
rust-df58fd8cf7710f7516c541769a141f0235978dab.zip
Change the cfg to a dash
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 efeb4371e4c..a2840828b19 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1195,7 +1195,7 @@ symbols! {
         if_let_rescope,
         if_while_or_patterns,
         ignore,
-        immediate_abort,
+        immediate_abort: "immediate-abort",
         impl_header_lifetime_elision,
         impl_lint_pass,
         impl_trait_in_assoc_type,