Quickfix //@ check-pass is enough
tests/ui/match/enum-and-break-in-match-issue-41213.rs and tests/ui/while/while-let-scope-issue-40235.rs doesn't need to be run.
This commit is contained in:
parent
2431977ecf
commit
5b981a8e91
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//@ run-pass
|
||||
//@ check-pass
|
||||
#![allow(dead_code)]
|
||||
enum A {
|
||||
A1,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//@ run-pass
|
||||
//@ check-pass
|
||||
#![allow(unused_variables)]
|
||||
fn foo() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue