mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03: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:
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user