-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Incorrectly-/Un-spanned error with type Out = Box<dyn Bar<Assoc: Copy>>;
#63594
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
|
HA! Running with
|
Yeah, that's often been my bane when debugging issues... |
That's super odd (and also incorrect, from what I can tell...). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
With the following, the error appears in the wrong place (1), while it should be at (2).
cc @alexreg @estebank @varkor
The text was updated successfully, but these errors were encountered: