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

6 lines
103 B
Rust

// error-pattern:not enough arguments
use std;
fn main() { let s = #fmt["%s%s%s", "test", "test"]; }