rust/compiler/rustc_infer/src
Dylan DPC 4a205bba5e
Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors
Make --verbose imply -Z write-long-types-to-disk=no

When shortening the type it is necessary to take into account the `--verbose` flag, if it is activated, we must always show the entire type and not write it in a file.

Fixes: https://github.com/rust-lang/rust/issues/119130
2024-02-21 08:55:57 +00:00
..
errors Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
infer Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors 2024-02-21 08:55:57 +00:00
traits Nits 2024-02-16 15:07:37 +00:00
lib.rs Remove unnecessary min_specialization after bootstrap 2024-02-10 18:15:11 +11:00