rust/src/test/ui/error-codes/E0411.rs
2018-12-25 21:08:33 -07:00

3 lines
47 B
Rust

fn main() {
<Self>::foo; //~ ERROR E0411
}