-
Notifications
You must be signed in to change notification settings - Fork 18
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
Rust wants #84
Comments
Hi @repi Ignore issue is listed in your Should have section. There is a crate test_with that helps you ignore test cases with conditions. Is it solve your problem? This crate tries to handle this, once Rust can ignore it in runtime, the crate will handle that, so you will not worry about that in the future. If your use cases are different, could you tell me more about this? Thanks, and happy new year. |
@yanganto thanks for the reference, and no I don't think it solves it, we need to determine if a test should be run at runtime |
Hi @repi |
Wish list of rust compiler & std features & bug fixes we would like to see added/improved/fixed based on the Rust projects we've been developing at Embark.
This is not a complete list, but an attempt to keep a bit of structure for our own sake, and may be of interest for rust compiler developers as well.
Should have
rust compiler features or fixes that would directly improve or help our workflows
Result
doesn't optimize away for some payload widths rust-lang/rust#101210cargo install
should runcargo audit
rust-lang/cargo#10016check
ing orbuild
ing rust-lang/cargo#4001Nice to have
rust compiler features or fixes that would be nice to have, but are lower priority to us than the above list.
src
cache read-only. rust-lang/cargo#9455must_not_suspend
lint (RFC #3014) rust-lang/rust#83310Not filed / found
Fixes or enhancements that believe there is no issue for yet, if you find one please do comment and we'll update it here.
Related tracking issues for other Rust components:
The text was updated successfully, but these errors were encountered: