about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorJules Bertholet <julesbertholet@quoi.xyz>2024-04-05 23:27:29 -0400
committerJules Bertholet <julesbertholet@quoi.xyz>2024-04-15 23:26:22 -0400
commitef1d084c0b5b0ff7143bbca966442cd24151313b (patch)
tree15c2881af2d553bc9ada9f4f5159dca00d187143 /compiler/rustc_span
parent63f70b3d104e20289a1a0df82747066c3d85b9a1 (diff)
downloadrust-ef1d084c0b5b0ff7143bbca966442cd24151313b.tar.gz
rust-ef1d084c0b5b0ff7143bbca966442cd24151313b.zip
Match ergonomics 2024: `mut` doesn't reset binding mode
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index bfd0f77c237..02550fd655c 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1194,6 +1194,7 @@ symbols! {
         multiple_supertrait_upcastable,
         must_not_suspend,
         must_use,
+        mut_dont_reset_binding_mode_2024,
         mut_ref,
         naked,
         naked_functions,