blob: fe5d17c1873649491190e229a7b45e3910cc0b39 [file] [log] [blame]
type Alias = ();
use Alias::*; //~ ERROR unresolved import `Alias` [E0432]
use std::io::Result::*; //~ ERROR unresolved import `std::io::Result` [E0432]
fn main() {}