rust/src/test/compile-fail/extfmt-no-args.rs
2011-07-27 15:54:33 +02:00

5 lines
57 B
Rust

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