We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9298449 commit cdc2c7bCopy full SHA for cdc2c7b
proc_macro/src/lib.rs
@@ -359,13 +359,13 @@ impl Span {
359
}
360
361
/// Creates an empty span pointing to directly before this span.
362
- #[unstable(feature = "proc_macro_span_shrink", issue = "none")]
+ #[unstable(feature = "proc_macro_span_shrink", issue = "87552")]
363
pub fn before(&self) -> Span {
364
Span(self.0.before())
365
366
367
/// Creates an empty span pointing to directly after this span.
368
369
pub fn after(&self) -> Span {
370
Span(self.0.after())
371
0 commit comments