rust/compiler/rustc_session/src
Dan Aloni 7b2deb5628 rustc_{errors,session}: add delay_good_path_bug
The first use case of this detection of regression for trimmed paths
computation, that is in the case of rustc, which should be computed only
in case of errors or warnings.

Our current user of this method is deeply nested, being a side effect
from `Display` formatting on lots of rustc types. So taking only the
caller to the error message is not enough - we should collect the
traceback instead.
2020-09-02 10:43:17 +03:00
..
lint
cgu_reuse_tracker.rs
code_stats.rs
config.rs Add new -Z dump-mir-spanview option 2020-08-31 22:57:55 -07:00
filesearch.rs
lib.rs
lint.rs
options.rs Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov 2020-09-01 18:24:36 -07:00
output.rs
parse.rs
search_paths.rs
session.rs rustc_{errors,session}: add delay_good_path_bug 2020-09-02 10:43:17 +03:00
utils.rs