]> git.lizzy.rs Git - rust.git/commit
fix ice in `len_zero` lint when type has no inherent impls at all
authorOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 10 Nov 2016 16:06:39 +0000 (17:06 +0100)
committerOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 10 Nov 2016 16:06:39 +0000 (17:06 +0100)
commitcfae1e9fda47587aa87ed7c1123001b7897315b4
treede70c62de6814a6b914ab3163473b7a382300856
parent2cfe1e7b6480d5f50f8c4075f744c6257081a720
fix ice in `len_zero` lint when type has no inherent impls at all

fixes #1336
clippy_lints/src/len_zero.rs
tests/ice_exacte_size.rs [new file with mode: 0644]