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

5 lines
65 B
Rust

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