Skip to content

Commit 29b28e2

Browse files
committed
Add //@check-pass mode
1 parent 57ff18a commit 29b28e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/crashes/ice-4968.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// check-pass
1+
//@check-pass
22

33
// Test for https://github.com/rust-lang/rust-clippy/issues/4968
44

tests/ui/expect_tool_lint_rfc_2383.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// check-pass
1+
//@check-pass
22
#![feature(lint_reasons)]
33
//! This file tests the `#[expect]` attribute implementation for tool lints. The same
44
//! file is used to test clippy and rustdoc. Any changes to this file should be synced

0 commit comments

Comments
 (0)