rustc/tests/ui/error-codes/E0585.rs
2023-08-02 10:33:26 +02:00

5 lines
65 B
Rust

fn main() {
/// Hello! I'm useless...
//~^ ERROR E0585
}