mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Remove sysroot-abi feature flag from proc-macro-test
This commit is contained in:
parent
5871b61c0d
commit
4b7b602da9
5 changed files with 16 additions and 23 deletions
|
@ -1,8 +1,5 @@
|
|||
//! 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…
Add table
Add a link
Reference in a new issue