Skip to content

Commit

Permalink
rustc: Update tracking issue for wasm_import_module
Browse files Browse the repository at this point in the history
It's now #52090
  • Loading branch information
alexcrichton committed Jul 6, 2018
1 parent 00f4972 commit 23fbfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/feature-gate-wasm_import_module.stderr
@@ -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
|
LL | #[wasm_import_module = "test"] //~ ERROR: experimental
Expand Down

0 comments on commit 23fbfb5

Please sign in to comment.