Files
rust/tests/ui/attributes/crate-name-empty.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
168 B
Plaintext
Raw Normal View History

error: crate name must not be empty
--> $DIR/crate-name-empty.rs:3:17
|
LL | #![crate_name = ""]
| ^^
error: aborting due to 1 previous error