]> git.lizzy.rs Git - rust.git/commit
Don't access a static just for its size and alignment
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Thu, 25 Jul 2019 17:29:48 +0000 (19:29 +0200)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Thu, 25 Jul 2019 17:29:48 +0000 (19:29 +0200)
commitb75dfa8a2bac745d7d09212e3e28cb4f0bc28fdf
tree23b4a57b801ebd793ef3eb09c191833eedbe0905
parenteedf6ce4ef54bb03818ab21d714f1b9f13a6b31c
Don't access a static just for its size and alignment
src/librustc_mir/interpret/memory.rs
src/test/ui/consts/static-cycle-error.rs [new file with mode: 0644]