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
As seen in src/test/ui/associated-consts/assoc-const.rs:
fn foo<F: Foo<N = 3usize>>() {}
Syn can't currently parse this.
error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime --> src/test/ui/associated-consts/assoc-const.rs:18:17 | 18 | fn foo<F: Foo<N=3usize>>() {} | ^^^^^^
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
99560af
No branches or pull requests
As seen in src/test/ui/associated-consts/assoc-const.rs:
Syn can't currently parse this.
The text was updated successfully, but these errors were encountered: