diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2018-08-08 01:43:00 +0200 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2018-08-08 01:43:00 +0200 |
| commit | 020b0731fb79e0e888df178547fbaa8f7dc318aa (patch) | |
| tree | 94ed0f66d1918f747a624fc651a270316ec66b29 /src/libsyntax | |
| parent | 5ce865e1c46ae0de15320076b49f53db8de3aab0 (diff) | |
| download | rust-020b0731fb79e0e888df178547fbaa8f7dc318aa.tar.gz rust-020b0731fb79e0e888df178547fbaa8f7dc318aa.zip | |
add wasm_target_feature feature gate
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 1 |
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), |
