We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bd3f5 commit cf46fb1Copy full SHA for cf46fb1
src/test/ui/or-patterns/macro-pat.rs
@@ -1,7 +1,5 @@
1
// run-pass
2
// edition:2021
3
-// ignore-test
4
-// FIXME(mark-i-m): enable this test again when 2021 machinery is available
5
6
use Foo::*;
7
src/test/ui/or-patterns/or-patterns-syntactic-pass-2021.rs
@@ -1,9 +1,7 @@
// Tests that :pat in macros in edition 2021 allows top-level or-patterns.
-// FIXME(mark-i-m): unignore when 2021 machinery is in place.
8
macro_rules! accept_pat {
9
($p:pat) => {};
0 commit comments