mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
11 lines
234 B
Text
11 lines
234 B
Text
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
|
|
|