We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OldSchoolNoteText
1 parent 15ccaf7 commit 5ed4237Copy full SHA for 5ed4237
src/librustc_errors/emitter.rs
@@ -1645,7 +1645,7 @@ impl<'a> WritableDst<'a> {
1645
}
1646
1647
Style::Quotation => {}
1648
- Style::OldSchoolNoteText | Style::MainHeaderMsg => {
+ Style::MainHeaderMsg => {
1649
spec.set_bold(true);
1650
if cfg!(windows) {
1651
spec.set_intense(true)
src/librustc_errors/snippet.rs
@@ -188,7 +188,6 @@ pub enum Style {
188
UnderlineSecondary,
189
LabelPrimary,
190
LabelSecondary,
191
- OldSchoolNoteText,
192
NoStyle,
193
Level(Level),
194
Highlight,
0 commit comments