about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorOli Scherer <github35764891676564198441@oli-obk.de>2021-03-26 16:28:52 +0000
committerFelix S. Klock II <pnkfelix@pnkfx.org>2021-04-20 09:30:28 -0400
commita2f217902675d8ad29ecb79a8c153b485d85cb7b (patch)
treeafe1c1945d2162db75faf314269500e18120dc9c /compiler/rustc_span
parente9696c8b62c45903bed1bb39782abe43e392cd21 (diff)
downloadrust-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.rs2
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,