]> git.lizzy.rs Git - rust.git/commitdiff
Updated test stderr
authorxd009642 <danielmckenna93@gmail.com>
Sat, 27 Jul 2019 11:07:02 +0000 (12:07 +0100)
committerxd009642 <danielmckenna93@gmail.com>
Sat, 27 Jul 2019 11:07:02 +0000 (12:07 +0100)
tests/ui/type_repetition_in_bounds.stderr

index 1b49c69533ce575efcb16b46ef3e78d8c1c8721b..6f5c67afb73bb38243045bc66638709d6b3fc23d 100644 (file)
@@ -9,7 +9,7 @@ note: lint level defined here
    |
 LL | #[deny(clippy::type_repetition_in_bounds)]
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = help: consider combining the bounds: `T: Copy + Clone`
+   = help: consider combining the bounds: `T: Copy, Clone`
 
 error: aborting due to previous error