Skip to content

Commit ca168d9

Browse files
authored
Merge pull request dtolnay#138 from xd009642/master
Adds def site feature to super-unstable
2 parents 79e40a1 + 1fd3767 commit ca168d9

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)