rust/src/test/compile-fail/extfmt-no-args.rs

4 lines
72 B
Rust
Raw Normal View History

// error-pattern:#fmt needs at least 1 arguments
fn main() { fmt!{}; }