mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
db167a8094
diags: Pass `DiagArgMap` instead of `FluentArgs` into `format_diag_message` This PR no longer exposes `FluentArgs` outside of `translation.rs`, instead using the already existing `DiagArgMap`. This is in preparation of a few upcoming PRs, as well as just making the code slightly nicer. Will do a perf run because this technically calls `to_fluent_args` a few more times than previously, but not expecting this to be significant
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.