Files
rust/compiler/rustc_ast/src
Nicholas Nethercote a7b1d31a9f Don't repeat AssertParamIs{Clone,Eq} assertions.
It's common to see repeated assertions like this in derived `clone` and
`eq` methods:
```
let _: ::core::clone::AssertParamIsClone<u32>;
let _: ::core::clone::AssertParamIsClone<u32>;
```
This commit avoids them.
2022-07-04 18:36:39 +10:00
..
2021-06-20 11:52:51 +02:00
2022-06-03 17:16:41 -04:00
2021-07-17 19:41:02 +02:00
2022-06-02 11:22:16 +10:00
2022-05-20 12:25:05 +02:00