Remove highlighting of spans on -Zteach
`-Zteach` is perma-unstable, barely used, the highlighting logic buggy and the flag being passed around is tech-debt. We should likely remove `-Zteach` in its entirely.
This commit is contained in:
parent
03eb454523
commit
d975bd3a67
3 changed files with 0 additions and 13 deletions
|
@ -930,7 +930,6 @@ fn default_emitter(
|
|||
.fluent_bundle(bundle)
|
||||
.sm(source_map)
|
||||
.short_message(short)
|
||||
.teach(sopts.unstable_opts.teach)
|
||||
.diagnostic_width(sopts.diagnostic_width)
|
||||
.macro_backtrace(macro_backtrace)
|
||||
.track_diagnostics(track_diagnostics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue