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

5 lines
52 B
Rust

use std::fmt::self; //~ ERROR E0429
fn main () {
}