diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-07-05 18:16:17 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-07-05 21:27:27 -0700 |
| commit | 23fbfb57cfbfa24325046cadb50518eed262695c (patch) | |
| tree | af0b995a8cd617ae25e6fb034b4a9aca0e845dbc /src/libsyntax | |
| parent | 00f49728e03d7bcf419e0d94fa45f3f4285ff7e3 (diff) | |
| download | rust-23fbfb57cfbfa24325046cadb50518eed262695c.tar.gz rust-23fbfb57cfbfa24325046cadb50518eed262695c.zip | |
rustc: Update tracking issue for wasm_import_module
It's now https://github.com/rust-lang/rust/issues/52090
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 2ae0e669fd0..4c883253787 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -421,7 +421,7 @@ declare_features! ( (active, wasm_custom_section, "1.26.0", Some(51088), None), // The #![wasm_import_module] attribute - (active, wasm_import_module, "1.26.0", Some(51088), None), + (active, wasm_import_module, "1.26.0", Some(52090), None), // Allows keywords to be escaped for use as identifiers (active, raw_identifiers, "1.26.0", Some(48589), None), |
