about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-08-08 01:43:00 +0200
committergnzlbg <gonzalobg88@gmail.com>2018-08-08 01:43:00 +0200
commit020b0731fb79e0e888df178547fbaa8f7dc318aa (patch)
tree94ed0f66d1918f747a624fc651a270316ec66b29 /src/libsyntax
parent5ce865e1c46ae0de15320076b49f53db8de3aab0 (diff)
downloadrust-020b0731fb79e0e888df178547fbaa8f7dc318aa.tar.gz
rust-020b0731fb79e0e888df178547fbaa8f7dc318aa.zip
add wasm_target_feature feature gate
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 6d71d276390..f29bcd8ee58 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -446,6 +446,7 @@ declare_features! (
     (active, mmx_target_feature, "1.27.0", Some(44839), None),
     (active, sse4a_target_feature, "1.27.0", Some(44839), None),
     (active, tbm_target_feature, "1.27.0", Some(44839), None),
+    (active, wasm_target_feature, "1.30.0", Some(44839), None),
 
     // Allows macro invocations of the form `#[foo::bar]`
     (active, proc_macro_path_invoc, "1.27.0", Some(38356), None),