about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-04 10:47:48 +0000
committerbors <bors@rust-lang.org>2024-01-04 10:47:48 +0000
commit8356bc90089dbbff3e7ade7dfcf5da8ce498c681 (patch)
treef4c5cc0bae8ba5253a65a6997ccffab450386ce1
parent9279c6566b78c7dd9a11a648a7f287bbd37a0eea (diff)
parenta66777cc71c90a69e296f2b84a7f8b3177600043 (diff)
downloadrust-8356bc90089dbbff3e7ade7dfcf5da8ce498c681.tar.gz
rust-8356bc90089dbbff3e7ade7dfcf5da8ce498c681.zip
Auto merge of #16249 - lnicola:sync-from-rust, r=lnicola
internal: Sync from rust
-rw-r--r--crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs b/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs
index 03241b16be6..b8aad4acefc 100644
--- a/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs
+++ b/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs
@@ -1,5 +1,7 @@
 //! Exports a few trivial procedural macros for testing.
 
+#![allow(unexpected_cfgs)]
+#![cfg(feature = "sysroot-abi")]
 #![cfg(any(feature = "sysroot-abi", rust_analyzer))]
 #![warn(rust_2018_idioms, unused_lifetimes)]
 #![feature(proc_macro_span, proc_macro_def_site)]