]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #75648 - matklad:lazy-dropck, r=KodrAus
authorTyler Mandry <tmandry@gmail.com>
Wed, 19 Aug 2020 18:12:20 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 18:12:20 +0000 (11:12 -0700)
commit4123237fa16776b9806c2f7da721e8adc50ce43d
tree9e1f92184d3271d04b8528eeac840c6755366a35
parent0e7e939788c3799136d77e07f387042d1c5c9636
parent695d86f584bf2fb1fd49d34b83166b6b28d99d10
Rollup merge of #75648 - matklad:lazy-dropck, r=KodrAus

Make OnceCell<T> transparent to dropck

See the failed build in

https://github.com/rust-lang/rust/pull/75555#issuecomment-675016718

for an example where we need this in real life

r? @ghost