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 getting the following error after running cargo build.
Compiling error_def v0.3.6 (file:///home/kc1212/rustcode/error_def)
src/lib.rs:7:1: 7:26 error: can't find crate for `rustc_front` [E0463]
src/lib.rs:7 extern crate rustc_front;
^~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
error: Could not compile `error_def`.
I read somewhere that rustc_front comes with the compiler, so it may be related to the version of rust that I'm using - rustc 1.10.0-nightly (8da2bcac5 2016-04-28).