rust/src/test/compile-fail/issue-1448-2.rs
2012-01-23 17:37:15 -08:00

6 lines
108 B
Rust

// Regresion test for issue #1448 and #1386
fn main() {
#debug["%u", 10]; //! ERROR mismatched types
}