]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_errors/src/snippet.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_errors / src / snippet.rs
index 64353461e90e0cbe80e7dea4a98b39ebae3636f1..e4cc44c41ddec5c41506864b68fb6e1f9dbe137b 100644 (file)
@@ -69,9 +69,6 @@ pub enum AnnotationType {
     /// Annotation under a single line of code
     Singleline,
 
-    /// Annotation enclosing the first and last character of a multiline span
-    Multiline(MultilineAnnotation),
-
     // The Multiline type above is replaced with the following three in order
     // to reuse the current label drawing code.
     //