blob: 877e4cdb0bdfc171bec74ab2e1041b4acc50a86b [file] [log] [blame]
mod m {}
// These two imports should not conflict when this crate is loaded from some other crate.
use m::{};
use m::{};