about summary refs log tree commit diff
path: root/tests/ui/attributes/crate-name-empty.stderr
blob: 509a42d05f711d0b06959613682dafdc5cd5d670 (plain)
1
2
3
4
5
6
7
8
error: crate name must not be empty
  --> $DIR/crate-name-empty.rs:3:1
   |
LL | #![crate_name = ""]
   | ^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error