]> git.lizzy.rs Git - rust.git/commit
support deriving `Hash` for nullary structs
authorAndrew Paseltiner <apaseltiner@gmail.com>
Wed, 14 Jan 2015 23:56:17 +0000 (18:56 -0500)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 15 Jan 2015 15:16:44 +0000 (10:16 -0500)
commit716effa34900781ddb201fbd50ee679a4964cb25
treee36390bee59c4326820c156686249695e51dee57
parent1c78ad937b4da9dd872b0a865025f3e2e885f90d
support deriving `Hash` for nullary structs

fixes #16530
src/libsyntax/ext/deriving/hash.rs
src/test/run-pass/issue-16530.rs [new file with mode: 0644]