rustc/tests/ui/error-codes/E0412.rs
2023-07-27 22:48:29 +08:00

5 lines
49 B
Rust

impl Something {} //~ ERROR E0412
fn main() {
}