-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Can't bound types with paths from macros #8521
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-syntaxext
Area: Syntax extensions
P-low
Low priority
Comments
Still an issue with 63cfc99 |
Assigning P-low, not a 1.0 blocker. |
Triage:
|
steveklabnik
added
the
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
label
Apr 20, 2015
Hi @steveklabnik, |
bors
added a commit
that referenced
this issue
Dec 17, 2016
macros: allow a `path` fragment to be parsed as a type parameter bound Allow a `path` fragment to be parsed as a type parameter bound. Fixes #8521.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 5, 2022
add `trim_split_whitespace` Closes rust-lang#8521 changelog: [`trim_split_whitespace`]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-syntaxext
Area: Syntax extensions
P-low
Low priority
This code:
fails with
I may be doing something wrong, but this should be allowed, right?
The text was updated successfully, but these errors were encountered: