]> git.lizzy.rs Git - rust.git/commitdiff
Deduplicate ui-fulldeps.
authorCamille GILLOT <gillot.camille@gmail.com>
Sun, 20 Mar 2022 20:24:06 +0000 (21:24 +0100)
committerCamille GILLOT <gillot.camille@gmail.com>
Mon, 21 Mar 2022 18:43:53 +0000 (19:43 +0100)
src/test/ui-fulldeps/hash-stable-is-unstable.rs
src/test/ui-fulldeps/lint-tool-test.stderr

index 1be08191bc9125f66c69255affcc3e554e9fec08..11fe688f3913bec53ac71fb5b0c28fcb564b18d5 100644 (file)
@@ -1,5 +1,5 @@
 // ignore-stage1
-
+// compile-flags: -Zdeduplicate-diagnostics=yes
 extern crate rustc_data_structures;
 //~^ use of unstable library feature 'rustc_private'
 extern crate rustc_macros;
index 0f76384ed5ba5001d6325ea8407e1322a53e7222..513f70d0f05b8bee57ea1162f5c7b3957c389b8c 100644 (file)
@@ -83,11 +83,6 @@ error: item is named 'lintmetoo'
 LL |     fn lintmetoo() { }
    |     ^^^^^^^^^^^^^^^^^^
    |
-note: the lint level is defined here
-  --> $DIR/lint-tool-test.rs:14:9
-   |
-LL | #![deny(clippy_group)]
-   |         ^^^^^^^^^^^^
    = note: `#[deny(clippy::test_group)]` implied by `#[deny(clippy::group)]`
 
 warning: lint name `test_group` is deprecated and may not have an effect in the future.