summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1448-2.rs
blob: 548523ecb45e70e9322bcb7a0ff3cf8db849108a (plain)
1
2
3
4
5
// Regresion test for issue #1448 and #1386

fn main() {
    #debug["%u", 10]; //! ERROR mismatched types
}