-
Couldn't load subscription status.
- Fork 13.9k
Use constraint span when lowering associated types #63620
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
Conversation
This comment has been minimized.
This comment has been minimized.
4c0cf88 to
a29af43
Compare
|
cc @alexreg |
a29af43 to
e695c78
Compare
This comment has been minimized.
This comment has been minimized.
e695c78 to
9241895
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh; didn't expect anyone to fix this before I had filed my tests (including the one added here) as a PR. =P
src/test/ui/associated-item/associated-item-type-issue-63594.rs
Outdated
Show resolved
Hide resolved
|
cc #52662 |
|
r=me with changes ^--- |
|
Thanks @estebank! |
9241895 to
1808e4d
Compare
|
@bors r=Centril |
|
📌 Commit 1808e4d has been approved by |
Use constraint span when lowering associated types Fix rust-lang#63594. r? @Centril
Rollup of 5 pull requests Successful merges: - #63252 (Remove recommendation about idiomatic syntax for Arc::clone) - #63376 (use different lifetime name for object-lifetime-default elision) - #63620 (Use constraint span when lowering associated types) - #63699 (Fix suggestion from incorrect `move async` to `async move`.) - #63704 ( Fixed: error: unnecessary trailing semicolon) Failed merges: r? @ghost
Fix #63594.
r? @Centril