@@ -15,7 +15,7 @@ LL | impl Copy for &'static [NotSync] {}
1515 | ^^^^^^^^^^^^^^------------------
1616 | | |
1717 | | this is not defined in the current crate because slices are always foreign
18- | impl doesn't use only types from inside the current crate
18+ | impl doesn't use any uncovered types from inside the current crate
1919 |
2020 = note: define and implement a trait or new type instead
2121
@@ -26,7 +26,7 @@ LL | impl Copy for i32 {}
2626 | ^^^^^^^^^^^^^^---
2727 | | |
2828 | | `i32` is not defined in the current crate
29- | impl doesn't use only types from inside the current crate
29+ | impl doesn't use any uncovered types from inside the current crate
3030 |
3131 = note: define and implement a trait or new type instead
3232
@@ -43,7 +43,7 @@ LL | impl Copy for (MyType, MyType) {}
4343 | ^^^^^^^^^^^^^^----------------
4444 | | |
4545 | | this is not defined in the current crate because tuples are always foreign
46- | impl doesn't use only types from inside the current crate
46+ | impl doesn't use any uncovered types from inside the current crate
4747 |
4848 = note: define and implement a trait or new type instead
4949
@@ -60,7 +60,7 @@ LL | impl Copy for [MyType] {}
6060 | ^^^^^^^^^^^^^^--------
6161 | | |
6262 | | this is not defined in the current crate because slices are always foreign
63- | impl doesn't use only types from inside the current crate
63+ | impl doesn't use any uncovered types from inside the current crate
6464 |
6565 = note: define and implement a trait or new type instead
6666
0 commit comments