mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
31b56a8a35
Fix a `trimmed_def_paths` assertion failure. `RegionHighlightMode::force_print_trimmed_def_path` can call `trimmed_def_paths` even when `tcx.sess.opts.trimmed_def_paths` is false. Based on the `force` in the method name, it seems this is deliberate, so I have removed the assertion. Fixes #120035. r? `@compiler-errors`
For more information about how rustc works, see the rustc dev guide.