]> git.lizzy.rs Git - rust.git/commit
Changed not_undef to check_init in foreign_items.rs
authorPhilippe Nadon <phil@nadon.io>
Mon, 27 Jul 2020 19:07:25 +0000 (13:07 -0600)
committerPhilippe Nadon <phil@nadon.io>
Mon, 27 Jul 2020 19:07:25 +0000 (13:07 -0600)
commit6dd700fd177e22ab24b97c175ea9ce8611c07932
tree01b8bb25f3f7bf4129dbafbaae92e40e205d7f43
parent6282e927740b4e054e90879171fdb3f6feb9deff
Changed not_undef to check_init in foreign_items.rs

Due to changes from upstream, a commit using not_undef was inserted, which had to be updated to use check_init.

related issue #71193
src/shims/foreign_items.rs