diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-10-01 10:47:18 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-10-01 12:15:35 -0700 |
| commit | 76625234924bb9dbdd9d4783c227999f7e352c73 (patch) | |
| tree | 427d5ee8db8f6e0d32ac33cf6eafafc7ce6f665c | |
| parent | 3ced475360795b46c0551d55a02b7d2504bdd526 (diff) | |
Span::def_site() is now at #54724
| -rw-r--r-- | src/libproc_macro/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libproc_macro/lib.rs b/src/libproc_macro/lib.rs index 5b3cb3562d1..74a1a1a037f 100644 --- a/src/libproc_macro/lib.rs +++ b/src/libproc_macro/lib.rs @@ -283,7 +283,7 @@ macro_rules! diagnostic_method { impl Span { /// A span that resolves at the macro definition site. - #[unstable(feature = "proc_macro_span", issue = "38356")] + #[unstable(feature = "proc_macro_def_site", issue = "54724")] pub fn def_site() -> Span { ::__internal::with_sess(|_, data| data.def_site) } |
