Skip to content

Commit c544f10

Browse files
committed
Deduplicate ui-fulldeps.
1 parent 0b49d05 commit c544f10

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/test/ui-fulldeps/hash-stable-is-unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ignore-stage1
2-
2+
// compile-flags: -Zdeduplicate-diagnostics=yes
33
extern crate rustc_data_structures;
44
//~^ use of unstable library feature 'rustc_private'
55
extern crate rustc_macros;

src/test/ui-fulldeps/lint-tool-test.stderr

-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ error: item is named 'lintmetoo'
8383
LL | fn lintmetoo() { }
8484
| ^^^^^^^^^^^^^^^^^^
8585
|
86-
note: the lint level is defined here
87-
--> $DIR/lint-tool-test.rs:14:9
88-
|
89-
LL | #![deny(clippy_group)]
90-
| ^^^^^^^^^^^^
9186
= note: `#[deny(clippy::test_group)]` implied by `#[deny(clippy::group)]`
9287

9388
warning: lint name `test_group` is deprecated and may not have an effect in the future.

0 commit comments

Comments
 (0)