]> git.lizzy.rs Git - rust.git/blob - tests/ui/issue-3145.rs
Improved shared_code_in_if_blocks message and added test stderrs
[rust.git] / tests / ui / issue-3145.rs
1 fn main() {
2     println!("{}" a); //~ERROR expected `,`, found `a`
3 }