rust/tests/ui/error-codes/E0429.rs
2023-01-11 09:32:08 +00:00

5 lines
52 B
Rust

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