From 565710b33cb20c901b8b3371d1364cf7fb11e79b Mon Sep 17 00:00:00 2001 From: Loïc BRANSTETT Date: Fri, 21 Jan 2022 23:04:06 +0100 Subject: Fix invalid special casing of the unreachable! macro --- compiler/rustc_span/src/symbol.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compiler/rustc_span') diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 757c430e799..7068b86572f 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1437,7 +1437,12 @@ symbols! { unmarked_api, unpin, unreachable, + unreachable_2015, + unreachable_2015_macro, + unreachable_2021, + unreachable_2021_macro, unreachable_code, + unreachable_display, unreachable_macro, unrestricted_attribute_tokens, unsafe_block_in_unsafe_fn, -- cgit 1.4.1-3-g733a5