Skip to content

Commit 020b073

Browse files
committed
add wasm_target_feature feature gate
1 parent 5ce865e commit 020b073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/feature_gate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ declare_features! (
446446
(active, mmx_target_feature, "1.27.0", Some(44839), None),
447447
(active, sse4a_target_feature, "1.27.0", Some(44839), None),
448448
(active, tbm_target_feature, "1.27.0", Some(44839), None),
449+
(active, wasm_target_feature, "1.30.0", Some(44839), None),
449450

450451
// Allows macro invocations of the form `#[foo::bar]`
451452
(active, proc_macro_path_invoc, "1.27.0", Some(38356), None),

0 commit comments

Comments
 (0)