rust/compiler/rustc_interface
Joshua Nelson a68ec22053 Fix rustdoc --version when used with download-rustc
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.
2022-11-09 02:54:51 -06:00
..
src Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
Cargo.toml improve filesearch::get_or_default_sysroot r=ozkanonur 2022-11-04 17:06:47 +03:00