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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
48 B
Rust
Raw Normal View History

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