This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a269cf5657
rust
/
tests
/
ui-fulldeps
/
fluent-messages
/
label-with-hyphens.ftl
3 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
errors: generate typed identifiers in each crate Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com>
2022-10-13 04:13:02 -05:00
no_crate_some_slug = hi
Change fluent_messages macro to expect _ slugs instead of - slugs For the most part, the macro actually worked with _ slugs, but the prefix_something -> prefix::something conversion was not implemented. We don't want to accept - slugs for consistency reasons. We thus error if a name is found with - inside. This ensures a consistent style.
2022-08-10 04:31:31 -05:00
.label-has-hyphens = test
Reference in New Issue
Copy Permalink