]> git.lizzy.rs Git - rust.git/commit
Allow evaluating trivial drop glue in constants
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Fri, 18 Jan 2019 12:31:05 +0000 (13:31 +0100)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Fri, 18 Jan 2019 12:31:05 +0000 (13:31 +0100)
commitefda6816bd29beea2702c7c3f76a252a405e60ae
treec00141747fd2000905b27e2aa2da3793232e6152
parent1dc4e417fa2a73d5ffa24428df6b7d4dbbf41f4a
Allow evaluating trivial drop glue in constants
src/librustc_mir/const_eval.rs
src/test/ui/consts/drop_none.rs [new file with mode: 0644]