mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 11:25:06 +00:00
Auto merge of #3215 - rust-lang:rustup-2023-12-08, r=saethlin
Automatic Rustup
This commit is contained in:
commit
a0c2a3f380
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#![cfg(feature = "sysroot-abi")]
|
#![cfg(feature = "sysroot-abi")]
|
||||||
#![feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)]
|
#![feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)]
|
||||||
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
|
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
|
||||||
#![allow(unreachable_pub)]
|
#![allow(unreachable_pub, internal_features)]
|
||||||
|
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue