1 2 3 4 5 6 7 8
//@ aux-build:m1.rs //@ aux-build:m2.rs extern crate m1; extern crate m2 as m1; //~ ERROR is defined multiple times fn main() {}