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

4 lines
54 B
Rust
Raw Normal View History

// error-pattern:format string
fn main() { #fmt[]; }