We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b49d05 commit c544f10Copy full SHA for c544f10
src/test/ui-fulldeps/hash-stable-is-unstable.rs
@@ -1,5 +1,5 @@
1
// ignore-stage1
2
-
+// compile-flags: -Zdeduplicate-diagnostics=yes
3
extern crate rustc_data_structures;
4
//~^ use of unstable library feature 'rustc_private'
5
extern crate rustc_macros;
src/test/ui-fulldeps/lint-tool-test.stderr
@@ -83,11 +83,6 @@ error: item is named 'lintmetoo'
83
LL | fn lintmetoo() { }
84
| ^^^^^^^^^^^^^^^^^^
85
|
86
-note: the lint level is defined here
87
- --> $DIR/lint-tool-test.rs:14:9
88
- |
89
-LL | #![deny(clippy_group)]
90
- | ^^^^^^^^^^^^
91
= note: `#[deny(clippy::test_group)]` implied by `#[deny(clippy::group)]`
92
93
warning: lint name `test_group` is deprecated and may not have an effect in the future.
0 commit comments