You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm filing this issue to point out that declaring crate_type inside a cfg_attr is deprecated and will error at a certain point in the future. wasmer uses this construct in lib.rs:
I would have liked to open a PR to fix the usage but I don't fully understand where everywhere the run instructions are, so instead I opened this issue to discuss approaches to move away from cfg_attr. Thanks!
Hi,
I'm filing this issue to point out that declaring
crate_type
inside acfg_attr
is deprecated and will error at a certain point in the future. wasmer uses this construct in lib.rs:wasmer/lib/api/src/lib.rs
Line 29 in f356299
I would have liked to open a PR to fix the usage but I don't fully understand where everywhere the run instructions are, so instead I opened this issue to discuss approaches to move away from
cfg_attr
. Thanks!See also: rust-lang/rust#91632
The text was updated successfully, but these errors were encountered: