Skip to content

Commit 7d0e441

Browse files
committed
feat: enhanced error message
1 parent 32d564b commit 7d0e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/no_crate_type.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error: malformed `crate_type` attribute input
33
|
44
LL | #![crate_type]
55
| ^^^^^^^^^^^^^^ malformed input
6-
help: `crate_type` must specify a value like one of the following:
6+
help: `crate_type` must specify a value or be of the form:
77
|
88
LL | #![crate_type = "bin"]
99
|

0 commit comments

Comments
 (0)