about summary refs log tree commit diff
path: root/tests/ui/invalid-compile-flags/print-file-names-request-malformed-crate-name-1.stderr
blob: 64e38ed853329949743a06c949625568cf9d3462 (plain)
1
2
3
4
5
6
7
8
9
10
error: malformed `crate_name` attribute input
  --> $DIR/print-file-names-request-malformed-crate-name-1.rs:4:1
   |
LL | #![crate_name]
   | ^^^^^^^^^^^^^^ help: must be of the form: `#![crate_name = "name"]`
   |
   = note: for more information, visit <https://doc.rust-lang.org/reference/crates-and-source-files.html#the-crate_name-attribute>

error: aborting due to 1 previous error