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? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Grammar needs to be updated for the changes in rust-lang/rust#70261. I think the changes would go around here: https://github.com/rust-lang/reference/blob/master/src/paths.md#paths-in-expressions
The text was updated successfully, but these errors were encountered:
Update grammar for order of parameters/arguments.
8511cf4
Generic param order restriction was changed in rust-lang/rust#58191. Generic argument order restriction was changed in rust-lang/rust#70261. `for` lifetime argument restriction was changed in rust-lang/rust#48326. Generic parameter parsing: https://github.com/rust-lang/rust/blob/206ee1eea3467fd1d7f1efdbeafe27880897bb2c/compiler/rustc_parse/src/parser/generics.rs#L83-L153 Generic argument parsing: https://github.com/rust-lang/rust/blob/17eec1433c69972844dd228b5fe801f218e118c3/compiler/rustc_parse/src/parser/path.rs#L395-L413 `for` argument parsing: https://github.com/rust-lang/rust/blob/206ee1eea3467fd1d7f1efdbeafe27880897bb2c/compiler/rustc_parse/src/parser/ty.rs#L724-L736 Fixes rust-lang#785
d79ee62
Successfully merging a pull request may close this issue.
Grammar needs to be updated for the changes in rust-lang/rust#70261. I think the changes would go around here: https://github.com/rust-lang/reference/blob/master/src/paths.md#paths-in-expressions
The text was updated successfully, but these errors were encountered: