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

5 lines
44 B
Rust

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