Auto merge of #16249 - lnicola:sync-from-rust, r=lnicola
internal: Sync from rust
This commit is contained in:
commit
8356bc9008
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user