blob: 8cdd28a8c60928033323e4625425c1e485ab97b0 [file] [log] [blame] [edit]
fn main() {
let _: UnknownStruct<7>;
//~^ ERROR cannot find type `UnknownStruct`
}