Skip to content

Commit 3bbe127

Browse files
Add proc_macro_def_site feature in nightly mode
1 parent c156165 commit 3bbe127

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
//! references, some common smart pointers and closures.
33
44

5-
#![cfg_attr(feature = "nightly", feature(proc_macro_diagnostic, proc_macro_span))]
5+
#![cfg_attr(
6+
feature = "nightly",
7+
feature(proc_macro_diagnostic, proc_macro_span, proc_macro_def_site)
8+
)]
69

710
extern crate proc_macro;
811
#[macro_use]

0 commit comments

Comments
 (0)