Aaron Turon

Results 48 comments of Aaron Turon

@nikomatsakis This may be what you were getting at, but it doesn't seem like the decision tree strategy and the negative fact check strategy are at odds. In other words,...

I wrote up my thoughts on an early draft RFC on this topic [here](https://paper.dropbox.com/doc/Notes-on-impl-Trait-in-traits-P3Zr71To66xsNl3ngfkkr).

So, the breakage should be halting in the not-so-distant future. But if you feel like you need more focus, that could be a good reason to break things up. I...

@nrc also possibly some questions around the inheritance relationship, see https://github.com/rust-lang/rust/issues/19032

@skyne98 Couple things: - The main way we have for such global feedback is the survey and roadmap processes. The [2018 survey](https://blog.rust-lang.org/2018/08/08/survey.html) results should be posted soon, and the roadmap...

@skyne98 > I am very glad to hear, that there is a chance of it becoming a reality in 2019. To clarify: I'm not trying to make any predictions about...

I will reach out to relevant folks on the Rust side to check in on their current experience around bors and any pitfalls we should be aware of.

So I checked in briefly with the Rust Infra channel, and confirmed a couple of things: * The "bors" bot used by Rust is based on a codebase called "homu",...

I haven't dug into testing in Lucet yet, but if this PR generally seems acceptable I'm happy to add a test as well.