We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd416e2 commit 1db5111Copy full SHA for 1db5111
src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs
@@ -1,6 +1,8 @@
1
//! Exports a few trivial procedural macros for testing.
2
3
-#![cfg(any(feature = "sysroot-abi", rust_analyzer))]
+#![cfg(any(feature = "sysroot-abi"))]
4
+// This causes build issues on rust-lang/rust
5
+// #![cfg(any(feature = "sysroot-abi", rust_analyzer))]
6
#![warn(rust_2018_idioms, unused_lifetimes)]
7
#![feature(proc_macro_span, proc_macro_def_site)]
8
0 commit comments