mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
error: mismatched closing delimiter: `}`
|
|
--> $DIR/issue-58856-1.rs:2:9
|
|
|
|
|
LL | impl A {
|
|
| - closing delimiter possibly meant for this
|
|
LL | fn b(self>
|
|
| ^ unclosed delimiter
|
|
LL | }
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|