mirror of https://github.com/rust-lang/rust.git
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/unclosed-delims.rs:12:48
|
|
|
|
|
LL | mod tests {
|
|
| - unclosed delimiter
|
|
...
|
|
LL | fn test1() {
|
|
| - this delimiter might not be properly closed...
|
|
...
|
|
LL | }
|
|
| - ^
|
|
| |
|
|
| ...as it matches this but it has different indentation
|
|
|
|
error: aborting due to 1 previous error
|
|
|