Skip to content

Build fails with "can't find crate for rustc_front" #1

@kc1212

Description

@kc1212

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions