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

5 lines
48 B
Rust

impl Vec<u8> {}
//~^ ERROR E0116
fn main() {
}