mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 17:12:52 +00:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/use-unclosed-brace.rs:10:14
|
|
|
|
|
LL | use foo::{bar, baz;
|
|
| - unclosed delimiter
|
|
...
|
|
LL | fn main() {}
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|