Skip to content

Commit

Permalink
should be styled actually
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Jan 7, 2024
1 parent 46cf55a commit d61ede9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl AnnotateSnippetEmitter {
// FIXME(#59346): Figure out if we can _always_ print to stderr or not.
// `emitter.rs` has the `Destination` enum that lists various possible output
// destinations.
let renderer = Renderer::plain().anonymized_line_numbers(self.ui_testing);
let renderer = Renderer::styled().anonymized_line_numbers(self.ui_testing);
eprintln!("{}", renderer.render(snippet))
}
// FIXME(#59346): Is it ok to return None if there's no source_map?
Expand Down

0 comments on commit d61ede9

Please sign in to comment.