]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40372 - nagisa:never-drop, r=eddyb
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Sat, 11 Mar 2017 19:57:45 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2017 19:57:45 +0000 (21:57 +0200)
commit66436b5a2a2d2aa2490c45597451e6a0f354addb
treedcc68ddc570d86bbc498bab1e57fa397a6e47152
parent037e5067b1d6431906db4dab543580718305c50b
parent84d1f6aa82123c2951042aff99e43bdb894d3d81
Rollup merge of #40372 - nagisa:never-drop, r=eddyb

Do not bother creating StorageLive for TyNever

Keeps MIR cleaner, `StorageLive(_: !)` makes no sense anyway.

r? @eddyb