rustc/tests/ui/error-codes/E0116.rs
2023-08-02 10:33:26 +02:00

6 lines
48 B
Rust

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