This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c13f519
authored
Unrolled build for rust-lang#120216
Rollup merge of rust-lang#120216 - nnethercote:fix-trimmed_def_paths-assertion, r=compiler-errors
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 rust-lang#120035.
r? `@compiler-errors`1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3072 | 3072 | | |
3073 | 3073 | | |
3074 | 3074 | | |
3075 | | - | |
3076 | | - | |
3077 | 3075 | | |
3078 | 3076 | | |
3079 | 3077 | | |
| |||
0 commit comments