We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9279c65 + a66777c commit 8356bc9Copy full SHA for 8356bc9
crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs
@@ -1,5 +1,7 @@
1
//! Exports a few trivial procedural macros for testing.
2
3
+#![allow(unexpected_cfgs)]
4
+#![cfg(feature = "sysroot-abi")]
5
#![cfg(any(feature = "sysroot-abi", rust_analyzer))]
6
#![warn(rust_2018_idioms, unused_lifetimes)]
7
#![feature(proc_macro_span, proc_macro_def_site)]
0 commit comments