]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 12 Jul 2019 20:46:44 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2019 20:46:44 +0000 (22:46 +0200)
commitd70ea7ce48b18820c99c4712ed6afec42d637f9f
treef10497b3614be93a1bc80c43ba1b6c70e2130427
parente706438d00f8a2de82a3fabd6777c9486e450198
parent8347917dd955e40c813867e0fddb52c3adb4711c
Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper

Replace unsafe_destructor_blind_to_params with may_dangle

This PR will completely remove support for `#[unsafe_destructor_blind_to_params]` attribute,
which is deprecated in #38970 by `[may_dangle]` unsafe  attribute.

Closes #34761