Skip to content

Commit

Permalink
add wasm_target_feature feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 7, 2018
1 parent 5ce865e commit 020b073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/feature_gate.rs
Expand Up @@ -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),
Expand Down

0 comments on commit 020b073

Please sign in to comment.