We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbbe3ef + cac724a commit f0081feCopy full SHA for f0081fe
src/util/compat/macros.rs
@@ -1,4 +1,4 @@
1
-#[cfg(not(supports_macro_matches))]
+#[cfg(not(supports_matches_macro))]
2
#[macro_export]
3
macro_rules! matches {
4
($expression:expr, $( $pattern:pat )|+ $( if $guard: expr )? $(,)?) => {
0 commit comments