We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741cca3 commit c33de9cCopy full SHA for c33de9c
proc_macro/src/lib.rs
@@ -707,7 +707,7 @@ impl Group {
707
/// pub fn span_open(&self) -> Span {
708
/// ^
709
/// ```
710
- #[unstable(feature = "proc_macro_span", issue = "54725")]
+ #[stable(feature = "proc_macro_group_span", since = "1.55.0")]
711
pub fn span_open(&self) -> Span {
712
Span(self.0.span_open())
713
}
@@ -718,7 +718,7 @@ impl Group {
718
/// pub fn span_close(&self) -> Span {
719
720
721
722
pub fn span_close(&self) -> Span {
723
Span(self.0.span_close())
724
0 commit comments