rust/compiler/rustc_interface/src
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
..
callbacks.rs typo 2022-05-23 22:51:34 +02:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
interface.rs Add a comment to Compiler. 2022-10-19 17:37:50 +11:00
lib.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
passes.rs privacy: Rename "accessibility levels" to "effective visibilities" 2022-10-26 16:34:53 +04:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Fix typo 2022-09-30 21:02:53 +02:00
tests.rs Auto merge of #103217 - mejrs:track, r=eholk 2022-11-01 21:09:45 +00:00
util.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00