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

use std;

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