rustc: Update tracking issue for wasm_import_module
It's now https://github.com/rust-lang/rust/issues/52090
This commit is contained in:
parent
00f49728e0
commit
23fbfb57cf
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user