about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorBastian Kauschke <bastian_kauschke@hotmail.de>2021-02-03 23:56:47 +0100
committerBastian Kauschke <bastian_kauschke@hotmail.de>2021-02-04 00:00:41 +0100
commit031cce8cfc7fef922989e8b820da236ee17e016a (patch)
treeafe497132df25d642bdf58b4e8f32a1a19958f87 /compiler/rustc_span/src
parent50e394a05e3a908e11b4cbeda28b4f8f4c0ea6ed (diff)
downloadrust-031cce8cfc7fef922989e8b820da236ee17e016a.tar.gz
rust-031cce8cfc7fef922989e8b820da236ee17e016a.zip
add `relaxed_struct_unsize` feature gate
Diffstat (limited to 'compiler/rustc_span/src')
-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 df23b4006b3..86f8061a24a 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -907,6 +907,7 @@ symbols! {
         register_attr,
         register_tool,
         relaxed_adts,
+        relaxed_struct_unsize,
         rem,
         rem_assign,
         repr,