mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
677bb6cd60
Remove unnecessary constness from ProjectionCandidate Constness in an item bound will be represented by an effect param, so no need to record constness here. r? fee1-dead