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

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

6 lines
105 B
Rust
Raw Normal View History

2016-08-17 21:45:10 +00:00
use std::fmt::{self, self}; //~ ERROR E0430
//~^ ERROR E0252
fn main () {
}