mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-16 06:33:11 +00:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
error: crate name must not be empty
|
|
--> $DIR/crate-name-empty.rs:3:1
|
|
|
|
|
LL | #![crate_name = ""]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|