rust/src/test/compile-fail/extfmt-no-args.rs
2011-09-01 18:54:03 -07:00

4 lines
54 B
Rust

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