summary refs log tree commit diff
path: root/src/test/compile-fail/extfmt-not-enough-args.rs
blob: 65c30189438710ef4df9535829c5dff393051e56 (plain)
1
2
3
4
5
// error-pattern:not enough arguments

extern mod std;

fn main() { let s = fmt!("%s%s%s", "test", "test"); }