Parse rustc version at compile time

This commit is contained in:
David Tolnay
2023-10-26 17:18:21 -07:00
parent dab715641e
commit b7debe34e6
9 changed files with 124 additions and 61 deletions

View File

@@ -43,6 +43,9 @@ pub mod output;
pub use getopts;
mod version;
pub use version::RustcVersion;
fluent_messages! { "../messages.ftl" }
/// Requirements for a `StableHashingContext` to be used in this crate.