mirror of
https://gitee.com/openharmony/third_party_rust_cfg-if
synced 2024-11-22 22:51:23 +00:00
Update xcrate test to 2018
This commit is contained in:
parent
171ba7ffa8
commit
0619303d24
@ -1,7 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate cfg_if;
|
||||
|
||||
cfg_if! {
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(foo)] {
|
||||
fn works() -> bool { false }
|
||||
} else if #[cfg(test)] {
|
||||
|
Loading…
Reference in New Issue
Block a user