diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-03-26 16:28:52 +0000 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2021-04-20 09:30:28 -0400 |
| commit | a2f217902675d8ad29ecb79a8c153b485d85cb7b (patch) | |
| tree | afe1c1945d2162db75faf314269500e18120dc9c /compiler/rustc_span | |
| parent | e9696c8b62c45903bed1bb39782abe43e392cd21 (diff) | |
| download | rust-a2f217902675d8ad29ecb79a8c153b485d85cb7b.tar.gz rust-a2f217902675d8ad29ecb79a8c153b485d85cb7b.zip | |
Add an attribute to be able to configure the limit
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 52270f0e627..5c46e7d9af9 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -669,6 +669,7 @@ symbols! { label_break_value, lang, lang_items, + large_assignments, lateout, lazy_normalization_consts, le, @@ -749,6 +750,7 @@ symbols! { more_struct_aliases, movbe_target_feature, move_ref_pattern, + move_size_limit, mul, mul_assign, mul_with_overflow, |
