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.
1 parent 5cf3738 commit 2a33dcaCopy full SHA for 2a33dca
src/snippet.rs
@@ -18,6 +18,10 @@ pub(crate) struct Id<'a> {
18
}
19
20
/// An [`Element`] container
21
+///
22
+/// A [diagnostic][Renderer::render] is made of several `Group`s.
23
+/// Start a new `Group` to [annotate][AnnotationKind::Primary] [`Snippet`]s for a different [semantic
24
+/// reason][Title].
25
#[derive(Clone, Debug)]
26
pub struct Group<'a> {
27
pub(crate) primary_level: Level<'a>,
0 commit comments