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

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

5 lines
49 B
Rust
Raw Normal View History

2016-08-15 11:58:28 +00:00
impl Something {} //~ ERROR E0412
fn main() {
}