Rollup merge of #117162 - c410-f3r:try, r=workingjubilee

Remove `cfg_match` from the prelude

Fixes #117057

cc #115585
This commit is contained in:
Jubilee
2023-10-28 17:08:04 -07:00
committed by GitHub
2 changed files with 91 additions and 89 deletions

View File

@@ -290,6 +290,9 @@ pub mod assert_matches {
pub use crate::macros::{assert_matches, debug_assert_matches};
}
#[unstable(feature = "cfg_match", issue = "115585")]
pub use crate::macros::cfg_match;
#[macro_use]
mod internal_macros;