rust/tests/ui/error-codes/E0412.rs
2025-12-02 18:25:13 +00:00

4 lines
49 B
Rust

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