]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_errors/snippet.rs
Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov
[rust.git] / src / librustc_errors / snippet.rs
index b8c1726443db350a84451f716577ae8217f82e0e..18e7b324f081e4f698f3876f39600c70cb21839f 100644 (file)
@@ -185,4 +185,5 @@ pub enum Style {
     NoStyle,
     ErrorCode,
     Level(Level),
+    Highlight,
 }