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

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 () {
}