Allow incomplete features in frozen-abi

This commit is contained in:
Trent Nelson 2021-03-26 17:45:45 -06:00 committed by mergify[bot]
parent 1d145e1fc2
commit 9ba9d2a8ae
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![allow(incomplete_features)]
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]

View File

@ -1,3 +1,4 @@
#![allow(incomplete_features)]
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]

View File

@ -1,3 +1,4 @@
#![allow(incomplete_features)]
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]