1
Fork 0

Bump version placeholders to release

This commit is contained in:
Mark Rousskov 2022-10-31 10:43:15 -04:00
parent 7eef946fc0
commit 455a7bc685
13 changed files with 51 additions and 51 deletions

View file

@ -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()
}