X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=library%2Fproc_macro%2Fsrc%2Flib.rs;h=8001fcff6484bdfe8a5306ff51304762f9491d4c;hb=d35a24a0c203e7230d128230d28d8fbababebe8d;hp=f9c7d3e172cbe9c9c900739d523ab8d82527d6e6;hpb=eedb51210cf1c44be8e4a05ad41ca9709bbcdfc3;p=rust.git diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs index f9c7d3e172c..8001fcff648 100644 --- a/library/proc_macro/src/lib.rs +++ b/library/proc_macro/src/lib.rs @@ -546,7 +546,7 @@ pub fn eq(&self, other: &Span) -> bool { /// Note: The observable result of a macro should only rely on the tokens and /// not on this source text. The result of this function is a best effort to /// be used for diagnostics only. - #[unstable(feature = "proc_macro_span", issue = "54725")] + #[stable(feature = "proc_macro_source_text", since = "CURRENT_RUSTC_VERSION")] pub fn source_text(&self) -> Option { self.0.source_text() }