We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fdce9b + c3e3b7f commit a962b69Copy full SHA for a962b69
library/proc_macro/src/lib.rs
@@ -451,7 +451,7 @@ impl SourceFile {
451
/// Also note that even if `is_real` returns `true`, if `--remap-path-prefix` was passed on
452
/// the command line, the path as given may not actually be valid.
453
///
454
- /// [`is_real`]: #method.is_real
+ /// [`is_real`]: Self::is_real
455
#[unstable(feature = "proc_macro_span", issue = "54725")]
456
pub fn path(&self) -> PathBuf {
457
PathBuf::from(self.0.path())
0 commit comments