]> git.lizzy.rs Git - rust.git/blob - tests/ui/issue-3145.rs
return_self_not_must_use document `#[must_use]` on the type
[rust.git] / tests / ui / issue-3145.rs
1 fn main() {
2     println!("{}" a); //~ERROR expected `,`, found `a`
3 }