-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix a minor grammar nit, update UI tests #64591
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit f233a4c has been approved by |
@@ -3,11 +3,11 @@ error[E0119]: conflicting implementations of trait `Foo<i32>` for type `i32`: | |||
| | |||
LL | impl Foo<i32> for i32 { } | |||
| --------------------- first implementation here | |||
LL | | |||
LL | |
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.
Just checked locally, this whitespace is significant
@bors r- |
I think this whitespace is a mistake itself (calling |
@bors r+ |
📌 Commit 333230f has been approved by |
…ievink Fix a minor grammar nit, update UI tests Minor fix, but I noticed it while debugging some code
…ievink Fix a minor grammar nit, update UI tests Minor fix, but I noticed it while debugging some code
…ievink Fix a minor grammar nit, update UI tests Minor fix, but I noticed it while debugging some code
Rollup of 5 pull requests Successful merges: - #63630 (Update installed compiler dependencies) - #64536 (Update Cargo) - #64554 (Polonius: more `ui` test suite fixes) - #64566 (A more generic interface for dataflow analysis) - #64591 (Fix a minor grammar nit, update UI tests) Failed merges: r? @ghost
Minor fix, but I noticed it while debugging some code