/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
- // error-pattern:unknown type
- fn main() { fmt!{"%w"}; }