]> git.lizzy.rs Git - rust.git/blob - tests/ui/issue-3145.rs
removing unsafe from test fn's && renaming shrink to sugg_span
[rust.git] / tests / ui / issue-3145.rs
1 fn main() {
2     println!("{}" a); //~ERROR expected `,`, found `a`
3 }