We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b76a5b commit eb498efCopy full SHA for eb498ef
proc_macro/src/lib.rs
@@ -494,13 +494,13 @@ impl Span {
494
}
495
496
/// Creates an empty span pointing to directly before this span.
497
- #[unstable(feature = "proc_macro_span_shrink", issue = "87552")]
+ #[unstable(feature = "proc_macro_span", issue = "54725")]
498
pub fn start(&self) -> Span {
499
Span(self.0.start())
500
501
502
/// Creates an empty span pointing to directly after this span.
503
504
pub fn end(&self) -> Span {
505
Span(self.0.end())
506
0 commit comments