rustc: Update tracking issue for wasm_import_module

It's now https://github.com/rust-lang/rust/issues/52090
This commit is contained in:
Alex Crichton 2018-07-05 18:16:17 -07:00
parent 00f49728e0
commit 23fbfb57cf
2 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ declare_features! (
(active, wasm_custom_section, "1.26.0", Some(51088), None), (active, wasm_custom_section, "1.26.0", Some(51088), None),
// The #![wasm_import_module] attribute // 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 // Allows keywords to be escaped for use as identifiers
(active, raw_identifiers, "1.26.0", Some(48589), None), (active, raw_identifiers, "1.26.0", Some(48589), None),

View File

@ -1,4 +1,4 @@
error[E0658]: experimental attribute (see issue #51088) error[E0658]: experimental attribute (see issue #52090)
--> $DIR/feature-gate-wasm_import_module.rs:11:1 --> $DIR/feature-gate-wasm_import_module.rs:11:1
| |
LL | #[wasm_import_module = "test"] //~ ERROR: experimental LL | #[wasm_import_module = "test"] //~ ERROR: experimental