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 4d247ad commit e4d1096Copy full SHA for e4d1096
library/proc_macro/src/lib.rs
@@ -881,7 +881,7 @@ impl Ident {
881
}
882
883
/// Returns the span of this `Ident`, encompassing the entire string returned
884
- /// by `as_str`.
+ /// by [`to_string`](Self::to_string).
885
#[stable(feature = "proc_macro_lib2", since = "1.29.0")]
886
pub fn span(&self) -> Span {
887
Span(self.0.span())
0 commit comments