/src/test/compile-fail/extfmt-too-many-args.rs
http://github.com/jruderman/rust · Rust · 5 lines · 2 code · 2 blank · 1 comment · 0 complexity · fae8ea4b0c7e41a60ee7173b05c06818 MD5 · raw file
- // error-pattern:too many arguments
- use std;
- fn main() { let s = fmt!{"%s", "test", "test"}; }