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

use std;

fn main() { let s = #fmt["%s%s%s", "test", "test"]; }