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

6 lines
48 B
Rust
Raw Normal View History

impl Vec<u8> {}
//~^ ERROR E0116
2016-05-25 11:58:07 +00:00
fn main() {
}