blob: d52ac7ec3c39db17d264091a78688921c2e59e28 [file] [log] [blame]
#![feature(crate_in_paths)]
fn main() {
let crate = 0;
//~^ ERROR expected unit struct, unit variant or constant, found module `crate`
}