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 06:58:28 -05:00
impl Something {} //~ ERROR E0412
fn main() {
}