Closed
Description
Part of #59346
To support LL
lines in the first column of UI test output, we have to make use of the -Z ui-testing
flag and update the annotate-snippet
library.
Relevant FIXME
:
rust/src/librustc_errors/annotate_snippet_emitter_writer.rs
Lines 176 to 179 in 57a3300
- The relevant PR in the annotate-snippet library has been merged and a new
version needs to be released. Once that's done, we have to pass
self.ui_testing
as a second argument toDisplayListFormatter::new
.
This issue has been assigned to @phansch via this comment.