mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
1e3d3bdb24
constify const Fn*: Destruct makes closures const destruct where their upvars are. i think this makes sense and is how this should be implemented. r? @oli-obk