Closed fee1-dead closed 2 years ago
Please note that with rust-lang/rust#94901 merged, ~const Drop bounds should be changed to ~const core::marker::Destruct. Sorry for the inconvenience.
~const Drop
~const core::marker::Destruct
No worries, this kind of breakage is pretty much expected to happen all the times in here. Thank you for the heads-up and your work on the compiler!
Addressed in e64aa18a8f376db821d5b4849edaceae6470c3ca
Please note that with rust-lang/rust#94901 merged,
~const Drop
bounds should be changed to~const core::marker::Destruct
. Sorry for the inconvenience.