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 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