We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suspect that we may want more experience with this syntax before freezing it, but I may also be misremembering!
cc @nikomatsakis cc @flaper87
The text was updated successfully, but these errors were encountered:
triage: I-nominated
Sorry, something went wrong.
@alexcrichton I believe you're right. I'll work on a fix for this. Here's a test case:
use std::marker::MarkerTrait; trait Test: MarkerTrait {} impl Test for .. {} fn main() {}
1.0 beta, P-backcompat-lang.
rollup merge of rust-lang#23211: FlaPer87/oibit-send-and-friends
ec1a85a
Fixes rust-lang#23225 r? @nikomatsakis
flaper87
Successfully merging a pull request may close this issue.
I suspect that we may want more experience with this syntax before freezing it, but I may also be misremembering!
cc @nikomatsakis
cc @flaper87
The text was updated successfully, but these errors were encountered: