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

5 lines
44 B
Rust

use {self}; //~ ERROR E0431
fn main () {
}