mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 06:18:23 +00:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
error: unclosed frontmatter
|
|
--> $DIR/unclosed-4.rs:1:1
|
|
|
|
|
LL | / ----cargo
|
|
LL | |
|
|
LL | |
|
|
| |_^
|
|
|
|
|
note: frontmatter opening here was not closed
|
|
--> $DIR/unclosed-4.rs:1:1
|
|
|
|
|
LL | ----cargo
|
|
| ^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|