mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add newline to rustc MultiSpan docs
Also adds back-ticks when referring to the contents of this collection.
This commit is contained in:
parent
2f517ce6f2
commit
49662726af
@ -309,7 +309,9 @@ impl Ord for Span {
|
||||
}
|
||||
}
|
||||
|
||||
/// A collection of spans. Spans have two orthogonal attributes:
|
||||
/// A collection of `Span`s.
|
||||
///
|
||||
/// Spans have two orthogonal attributes:
|
||||
///
|
||||
/// - They can be *primary spans*. In this case they are the locus of
|
||||
/// the error, and would be rendered with `^^^`.
|
||||
|
Loading…
Reference in New Issue
Block a user