about summary refs log tree commit diff
path: root/library/proc_macro/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-10-31 10:43:15 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2022-11-06 17:11:02 -0500
commit455a7bc685e2c8f93f8d63547b368b0f66ed0806 (patch)
tree7615670667b93e66d4d58d6a1e0063f4b226f074 /library/proc_macro/src
parent7eef946fc0e0eff40e588eab77b09b287accbec3 (diff)
Bump version placeholders to release
Diffstat (limited to 'library/proc_macro/src')
-rw-r--r--library/proc_macro/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs
index 8001fcff648..0d3fc2c5244 100644
--- a/library/proc_macro/src/lib.rs
+++ b/library/proc_macro/src/lib.rs
@@ -546,7 +546,7 @@ impl Span {
     /// 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.
-    #[stable(feature = "proc_macro_source_text", since = "CURRENT_RUSTC_VERSION")]
+    #[stable(feature = "proc_macro_source_text", since = "1.66.0")]
     pub fn source_text(&self) -> Option<String> {
         self.0.source_text()
     }