]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/unclosed_delim_mod.rs
Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726
[rust.git] / tests / ui / parser / unclosed_delim_mod.rs
1 fn main() {}
2
3 pub struct Value {}
4 pub fn new() -> Result<Value, ()> {
5     Ok(Value {
6     }
7 }
8 //~^ ERROR mismatched closing delimiter