about summary refs log tree commit diff
path: root/compiler/rustc_session
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2025-02-27 21:09:45 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-03-07 17:55:08 +0000
commitd975bd3a67e4f18c02f57d8d66a9d32daa295a47 (patch)
treec6b830817863cc5afa18dd7afad27c9881e72e69 /compiler/rustc_session
parent03eb45452305f2d52348279d0caa5fc1f12c438d (diff)
downloadrust-d975bd3a67e4f18c02f57d8d66a9d32daa295a47.tar.gz
rust-d975bd3a67e4f18c02f57d8d66a9d32daa295a47.zip
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.
Diffstat (limited to 'compiler/rustc_session')
-rw-r--r--compiler/rustc_session/src/session.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/session.rs b/compiler/rustc_session/src/session.rs
index aa1e9762f39..bcd9a73d9d3 100644
--- a/compiler/rustc_session/src/session.rs
+++ b/compiler/rustc_session/src/session.rs
@@ -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)