]> git.lizzy.rs Git - rust.git/commit
Change `Ty::Tuple` to `Ty::Unit`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 30 Jun 2022 00:22:41 +0000 (10:22 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 1 Jul 2022 05:19:49 +0000 (15:19 +1000)
commit85e8d94e05959e3ad57738351ce56f95f15a26a6
tree318e8265030e7e50a8a64f32a29af3a9f11cbb5e
parent00307a5b6f1d81fb5d19f1ef7235ff235ce75d50
Change `Ty::Tuple` to `Ty::Unit`.

Because that's all that is needed in practice.
compiler/rustc_builtin_macros/src/deriving/cmp/eq.rs
compiler/rustc_builtin_macros/src/deriving/encodable.rs
compiler/rustc_builtin_macros/src/deriving/generic/ty.rs
compiler/rustc_builtin_macros/src/deriving/hash.rs