Closed
Description
see https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/uplift.20some.20-Zverbose.20calls.20and.20rename.20to.E2.80.A6.20compiler-team.23706, #119129
--verbose
should imply -Z write-long-types-to-disk=no
. the code in ty_string_with_limit
should take --verbose
into account (apparently this affects Ty::sort_string
, i'm not familiar with this code). writing a file to disk should suggest passing --verbose
.
cc @estebank
@rustbot label A-diagnostics