mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
a68ec22053
Previously, rustdoc would unconditionally report the version that *rustc* was compiled with. That showed things like `nightly-2022-10-30`, which wasn't right, since this was a `dev` build compiled from source. Fix it by changing `rustc_driver::version` to a macro expanded at invocation time. |
||
---|---|---|
.. | ||
args.rs | ||
lib.rs | ||
pretty.rs | ||
session_diagnostics.rs |