This commit is contained in:
Donough Liu 2020-04-10 18:51:27 +08:00
parent 68b38c3bd9
commit 75cc40335c

View File

@ -11,4 +11,4 @@ fn foo(abc: <u16 as Zoo>::X) {}
fn main() {
let x: *const u8 = foo as _;
}
}