mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 19:16:51 +00:00
Auto merge of #84638 - mark-i-m:unignore-tests, r=Mark-Simulacrum
Unignore a couple of tests
This commit is contained in:
commit
bd38aa104a
@ -1,10 +1,9 @@
|
||||
// run-pass
|
||||
// edition:2021
|
||||
// ignore-test
|
||||
// FIXME(mark-i-m): enable this test again when 2021 machinery is available
|
||||
|
||||
use Foo::*;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Eq, PartialEq, Debug)]
|
||||
enum Foo {
|
||||
A(u64),
|
||||
|
@ -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…
Reference in New Issue
Block a user