unignore a couple of tests
This commit is contained in:
parent
27bd3f51a9
commit
cf46fb1945
2 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
// run-pass
|
||||
// edition:2021
|
||||
// ignore-test
|
||||
// FIXME(mark-i-m): enable this test again when 2021 machinery is available
|
||||
|
||||
use Foo::*;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
// Tests that :pat in macros in edition 2021 allows top-level or-patterns.
|
||||
|
||||
// run-pass
|
||||
// ignore-test
|
||||
// edition:2021
|
||||
// FIXME(mark-i-m): unignore when 2021 machinery is in place.
|
||||
|
||||
macro_rules! accept_pat {
|
||||
($p:pat) => {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue