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:
DuskyElf 2025-02-04 21:42:43 +05:30
parent 2431977ecf
commit 5b981a8e91
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//@ run-pass
//@ check-pass
#![allow(dead_code)]
enum A {
A1,

View File

@ -1,4 +1,4 @@
//@ run-pass
//@ check-pass
#![allow(unused_variables)]
fn foo() {}