mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
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
@ -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…
Reference in New Issue
Block a user