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 b8c6d22 commit 3dbeb69Copy full SHA for 3dbeb69
library/proc_macro/src/lib.rs
@@ -488,7 +488,7 @@ impl Span {
488
Span(self.0.source())
489
}
490
491
- /// Returns the spans byte position range in the source file.
+ /// Returns the span's byte position range in the source file.
492
#[unstable(feature = "proc_macro_span", issue = "54725")]
493
pub fn position(&self) -> Range<u32> {
494
self.0.position()
0 commit comments