diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-12-15 15:26:50 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-12-15 15:26:50 +0900 |
| commit | 56b8e66c66206cd4ba0f4cf036cdf3dddb219816 (patch) | |
| tree | 3f9aea67e38d1923240bf003b0807f3e1eb683e6 /compiler/rustc_span | |
| parent | b57d93d8b9525fa261404b4cd9c0670eeb1264b8 (diff) | |
Add m68k_target_feature
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index e3708896ba9..0b29bd7a0d7 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1190,6 +1190,7 @@ symbols! { loongarch_target_feature, loop_break_value, lt, + m68k_target_feature, macro_at_most_once_rep, macro_attributes_in_derive_output, macro_escape, |
