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
#![feature(extern_crate_self)] will be stable in rustc 1.34:
externcrate self as serde;// Adds local crate to extern prelude as `serde`mod foo { ... }// Anywhere in this crateuse serde::foo;// OK::serde::foo;// OK
#![feature(extern_crate_self)]
will be stable in rustc 1.34:tracking issue: rust-lang/rust#56409
stabilization report: rust-lang/rust#57407 (comment)
current syntax error in rust-analyzer:
The text was updated successfully, but these errors were encountered: