mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
236 B
Plaintext
12 lines
236 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
|
|
|