/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

  1. // error-pattern:too many arguments
  2. use std;
  3. fn main() { let s = fmt!{"%s", "test", "test"}; }