rustc_fluent_macro::fluent_messages uses CARGO_PKG_NAME instead of CARGO_CRATE_NAME #137815
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
the crate name is an identifier used by rustc, and cannot contain hyphens.
the package name is only used by cargo, and can contain hyphens.
the issue is at
compiler/rustc_fluent_macro/fluent.rs.html:81
The text was updated successfully, but these errors were encountered: