Results 606 comments of Niko Matsakis

@phpnode an unfulfilled struct does not, I think, have to poison anything that uses it. You can't instantiate (or embed) the struct until it is fulfilled. You _can_ have types...

So wait a second. I want to make sure I understand what is motivating this RFC. I believe the problem is specifically that `get` itself takes an `&UnsafeCell`, and that...

Hi everyone, I wanted to post an update from the @rust-lang/lang side of things. On [2020-02-10][m], we held a "design meeting" where we talked over the question of the dereferenceable...

@HadrienG2 thanks (and you're right that there's no obvious place to collect feedback on the notes). I agree with @Lokathor that a struct could be used in that case to...

As I've said a few times, I hope that in the new solver we can convert this to more of a "guidance" setup, but regardless we will need *some* kind...

That sounds like good reasoning to me, but I've not been following this RFC that closely. @joshtriplett -- I feel like you were "liaison'ing" for this before we had a...

Nominating for lang-team meeting to discuss

It is possible to enforce that everybody uses the same version through some means, though I forget the details. I think you can declare that you link against something external...

This is what I am talking about: https://doc.rust-lang.org/cargo/reference/resolver.html#links

+1 for this. Also, I suggest using vim commands like `ZZ` for submitting messages.