-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add vision for std::os, a few other tweaks #2
Conversation
Some questions/concerns: GeneralRight now, the APIs make heavy use of Lowering
|
Overall this looks great, and I'm excited to start bulking up these APIs. It may be worth noting that, although we're anxious to stabilize these things, the RFC doesn't represent a commitment to do so on any particular timeframe. So despite it covering a large surface, we don't have to actually make the final commitment all at once. |
|
|
Make this RFC be again about a single method
Refine rough edges wrt coercion
fix object safety section
Updates and refinements to various apis and guarantees
Associated type bounds: Fix desugaring + other house keeping
Update 0000-clippy-uno.md
Update unintiialized RFC
Here's some text trying to lay out the vision for
std::os
and lowering a bit more explicitly. I'll also add some questions about the rest of the RFC as comments here.