rust/tests/ui/error-codes/E0116.rs

6 lines
48 B
Rust

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