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
NOTE: lib.rs can't use rustc_internal APIs. `extern crate rustc_*` in
lib.rs will cause compilation errrors:
error: cannot satisfy dependencies so `rustc_driver` only shows up once
|
= help: having upstream crates all available in one format will likely make this go away
= note: `rustc_driver` was unavailable as a static crate, preventing fully static linking
= help: `feature(rustc_private)` is needed to link to the compiler's `rustc_driver` library
error: cannot satisfy dependencies so `core` only shows up once
|
= help: having upstream crates all available in one format will likely make this go away
= help: `feature(rustc_private)` is needed to link to the compiler's `rustc_driver` library
0 commit comments