Skip to content

Commit 7662523

Browse files
committed
Span::def_site() is now at #54724
1 parent 3ced475 commit 7662523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libproc_macro/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ macro_rules! diagnostic_method {
283283

284284
impl Span {
285285
/// A span that resolves at the macro definition site.
286-
#[unstable(feature = "proc_macro_span", issue = "38356")]
286+
#[unstable(feature = "proc_macro_def_site", issue = "54724")]
287287
pub fn def_site() -> Span {
288288
::__internal::with_sess(|_, data| data.def_site)
289289
}

0 commit comments

Comments
 (0)