Add the cfg_match!
macro
This commit is contained in:
parent
3050938abd
commit
d63959f2fa
4 changed files with 248 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue