Results 606 comments of Niko Matsakis

@Pat-Lafon you (and other @lalrpop/maintainers) should now have write access, sorry about that

Some thoughts: * What is an example of code that would use `Claim` as a bound instead of `Clone`? Should it? * Is O(1) *truly* a binary property? What about...

Oops. I probably should have posted that comment with more context. Let me back up =) I definitely see the appeal of what you're proposing here. I would prefer something...

To add a bit more color, it'd be good to get a double check that the content is factually accurate before spec team takes it on for editorial review.

@rfcbot reviewed My preferred semantics: Given panic=abort, no destructors run. Given panic=unwind, it may abort immediately, but it may also run destructors up until the extern "C" boundary (or other...