-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Review fixes for #32878 #32880
Review fixes for #32878 #32880
Conversation
@bors delegate=GuillaumeGomez |
✌️ @GuillaumeGomez can now approve this pull request |
|
||
```compile_fail | ||
#![feature(specialization)] | ||
|
||
trait SpaceLama { | ||
trait SpaceLlama { |
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.
Why SpaceLlama?
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.
Llama is the animal, Lama is the Buddhist monk 😄
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.
This is how rust improves every day 🌞
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.
@bluss: Well, I invite you to take a look at my previous error explanations/test cases PRs then. :p
@bors: r+ p=10 force |
📌 Commit 69095bb has been approved by |
Review fixes for #32878 This contains review fixes for the PR.
(Moving it up in the queue because homu breaks on direct pushes anyway, so best get this out of the way) |
#32878 was accidentally committed directly to master due to use of the GH interface edit button.
This contains review fixes for the PR.