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

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

5 lines
52 B
Rust
Raw Normal View History

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