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 3ced475 commit 7662523Copy full SHA for 7662523
src/libproc_macro/lib.rs
@@ -283,7 +283,7 @@ macro_rules! diagnostic_method {
283
284
impl Span {
285
/// A span that resolves at the macro definition site.
286
- #[unstable(feature = "proc_macro_span", issue = "38356")]
+ #[unstable(feature = "proc_macro_def_site", issue = "54724")]
287
pub fn def_site() -> Span {
288
::__internal::with_sess(|_, data| data.def_site)
289
}
0 commit comments