Skip to content

Commit 23fbfb5

Browse files
committed
rustc: Update tracking issue for wasm_import_module
It's now #52090
1 parent 00f4972 commit 23fbfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ declare_features! (
421421
(active, wasm_custom_section, "1.26.0", Some(51088), None),
422422

423423
// The #![wasm_import_module] attribute
424-
(active, wasm_import_module, "1.26.0", Some(51088), None),
424+
(active, wasm_import_module, "1.26.0", Some(52090), None),
425425

426426
// Allows keywords to be escaped for use as identifiers
427427
(active, raw_identifiers, "1.26.0", Some(48589), None),

src/test/ui/feature-gate-wasm_import_module.stderr

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

0 commit comments

Comments
 (0)