]> git.lizzy.rs Git - rust.git/commit
Mark tuple structs as live if their constructors are used
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Tue, 18 Dec 2018 14:52:32 +0000 (15:52 +0100)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Tue, 18 Dec 2018 14:54:06 +0000 (15:54 +0100)
commitf7314456d03d2bfed188baf3a988c77b40864dc8
tree139790089c657b0748b0f50c698e1d3e91e249ae
parent041254b81495a5aa67af839e00b890e78ed0cbeb
Mark tuple structs as live if their constructors are used
src/librustc/hir/mod.rs
src/librustc/middle/dead.rs
src/test/ui/dead-code-tuple-struct-field.rs [new file with mode: 0644]