File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ fn union_spans<I: Iterator<Item = Span>>(iter: I) -> Span {
25
25
. unwrap_or ( Span :: empty ( ) )
26
26
}
27
27
28
- /// A trait for AST nodes that have a source span for use in diagnostics .
28
+ /// Trait for AST nodes that have a source location information .
29
29
///
30
- /// Note: Source spans are likely not currently entirely accurate. They may
31
- /// 1. Be missing keywords or other tokens.
30
+ /// # Note:
31
+ ///
32
+ /// Source spans are not currently entirely accurate. They may
33
+ /// 1. Be missing keywords or other tokens
32
34
/// 2. Not have span information at all, in which case they return [`Span::empty()`].
33
35
///
34
- /// See [this ticket] for more information.
36
+ /// See [this ticket] for more information and status .
35
37
///
36
38
/// Note Some impl blocks may contain doc comments with information
37
39
/// on which nodes are missing spans.
You can’t perform that action at this time.
0 commit comments