-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
view items should support attributes and conditional compilation #2357
Comments
I've changed my mind about this. |
Why? With this issue in mind, I just implemented attributes for view items (I was messing with the view item parsing code anyway to add support for pub imports). But supporting conditional compilation for view items seems like a no-brainer -- it's useful, and unproblematic. |
I only changed my mind because I had a reasonable workaround and didn't want to bother with an RFC. |
Yeah, it seems reasonable to me too. |
Is this complete, or is conditional compilation still required? |
The configuration (conditional compilation) pass still ignores view item attributes. |
Fixed. |
implement minimal epoll_create1 shim Implements minimal shim for rust-lang#602
implement minimal epoll_create1 shim Implements minimal shim for rust-lang#602
I've jumped through hoops a few times trying to write
use
statements conditionalized by platform.The text was updated successfully, but these errors were encountered: