Skip to content

Commit 1fd3767

Browse files
committed
Adds def site feature to super-unstable
1 parent 79e40a1 commit 1fd3767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.19")]
4747
#![cfg_attr(
4848
super_unstable,
49-
feature(proc_macro_raw_ident, proc_macro_span)
49+
feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site)
5050
)]
5151

5252
#[cfg(use_proc_macro)]

0 commit comments

Comments
 (0)