rust/compiler/rustc_interface
Martin Nordholts 04d81ba153 Make .rmeta file in dep-info have correct name (lib prefix)
Since `filename_for_metadata()` and
`OutputFilenames::path(OutputType::Metadata)` had different logic for
the name of the metadata file, the `.d` file contained a file name
different from the actual name used. Share the logic to fix the
out-of-sync name.

Closes 68839.
2023-09-03 07:14:12 +02:00
..
src Make .rmeta file in dep-info have correct name (lib prefix) 2023-09-03 07:14:12 +02:00
Cargo.toml replace atty crate with std's isTerminal 2023-07-26 18:09:50 +03:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00