mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
error: mismatched closing delimiter: `}`
|
|
--> $DIR/unclosed_delim_mod.rs:5:7
|
|
|
|
|
LL | pub fn new() -> Result<Value, ()> {
|
|
| - closing delimiter possibly meant for this
|
|
LL | Ok(Value {
|
|
| ^ unclosed delimiter
|
|
LL | }
|
|
LL | }
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|