blob: 1ec5f35157c52b980029f6032b287385988ce324 [file] [log] [blame] [edit]
//@ edition:2015
use not_existing_crate::*; //~ ERROR unresolved import `not_existing_crate
use std as foo;
fn main() {}