mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 22:32:31 +00:00
12 lines
235 B
Plaintext
12 lines
235 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 1 previous error
|
|
|