/src/test/compile-fail/extfmt-unknown-type.rs

http://github.com/jruderman/rust · Rust · 3 lines · 1 code · 1 blank · 1 comment · 0 complexity · 3a096d0089f7b42380d11b8af25f20bd MD5 · raw file

  1. // error-pattern:unknown type
  2. fn main() { fmt!{"%w"}; }