rust/tests/ui/error-codes/E0116.rs
2023-01-11 09:32:08 +00:00

6 lines
48 B
Rust

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