]> git.lizzy.rs Git - rust.git/commitdiff
add wasm_target_feature feature gate
authorgnzlbg <gonzalobg88@gmail.com>
Tue, 7 Aug 2018 23:43:00 +0000 (01:43 +0200)
committergnzlbg <gonzalobg88@gmail.com>
Tue, 7 Aug 2018 23:43:00 +0000 (01:43 +0200)
src/libsyntax/feature_gate.rs

index 6d71d276390c41308f2df8ceac80770963595301..f29bcd8ee58c3e2f9aec419c57e2533038ccad91 100644 (file)
@@ -446,6 +446,7 @@ pub fn use_extern_macros(&self) -> bool {
     (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),