Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #3215 - rust-lang:rustup-2023-12-08, r=saethlin
Automatic Rustup
| -rw-r--r-- | crates/proc-macro-srv/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc-macro-srv/src/lib.rs b/crates/proc-macro-srv/src/lib.rs index 84bd15efb8..58833cb7e9 100644 --- a/crates/proc-macro-srv/src/lib.rs +++ b/crates/proc-macro-srv/src/lib.rs @@ -13,7 +13,7 @@ #![cfg(feature = "sysroot-abi")] #![feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)] #![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)] -#![allow(unreachable_pub)] +#![allow(unreachable_pub, internal_features)] extern crate proc_macro; |