Oli Scherer

Results 745 comments of Oli Scherer

I opened PRs against all affected crates. The original reporter's crate did not show up since it was already fixed before crater started running

Reassigning reviewer because it allows more code on stable and needs trait system reviews

This PR is low priority and deserves some mir_const_qualifs cleanups and reduplications before landing anyway. The other two PRs this one is based on are needed for ATPIT

I would like to make more code compile by avoiding unnecessary (and false) query cycles in `Freeze` bound checking during const checks. Specifically, the following code snippet should compile (it...