1
Fork 0

Add the cfg_match! macro

This commit is contained in:
Caio 2023-09-23 14:23:51 -03:00
parent 3050938abd
commit d63959f2fa
4 changed files with 248 additions and 0 deletions

View file

@ -665,6 +665,9 @@ pub use core::{
)]
pub use core::concat_bytes;
#[unstable(feature = "cfg_match", issue = "115585")]
pub use core::cfg_match;
#[stable(feature = "core_primitive", since = "1.43.0")]
pub use core::primitive;