Uh oh!
There was an error while loading. Please reload this page.
Account for incorrect impl Foo<const N: ty> {} syntax - #85346
Conversation
rust-highfive
commented
May 15, 2021
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
varkor
commented
May 16, 2021
Error message looks good to me! @bors r+ |
bors
commented
May 16, 2021
📌 Commit 714f0086c1805c51e3937caa3312bfd8569ca587 has been approved by |
bors
commented
May 17, 2021
⌛ Testing commit 714f0086c1805c51e3937caa3312bfd8569ca587 with merge 42656b00254b737e66b0e4bcb7ebc12bde066049... |
This comment has been minimized.
This comment has been minimized.
bors
commented
May 17, 2021
💔 Test failed - checks-actions |
bors
commented
Jun 7, 2021
☔ The latest upstream changes (presumably #86080) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jun 12, 2021
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
varkor
commented
Jun 30, 2021
cc @estebank: this is waiting on a rebase. |
estebank
commented
Jul 19, 2021
@bors r=varkor |
bors
commented
Jul 19, 2021
📌 Commit 332a327394286cb3d0186a34fc634a5bb110729a has been approved by |
bors
commented
Jul 20, 2021
⌛ Testing commit 332a327394286cb3d0186a34fc634a5bb110729a with merge e1fa3a00922b6beb11caed1133eaf12796d8159d... |
bors
commented
Nov 24, 2021
📌 Commit 46502de0bccc789be9d6862f5d4c78e667cdfd9a has been approved by |
This comment has been minimized.
This comment has been minimized.
estebank
commented
Nov 24, 2021
Forgot to @bors r=nagisa,varkor |
bors
commented
Nov 24, 2021
📌 Commit 505b09e has been approved by |
bors
commented
Nov 25, 2021
⌛ Testing commit 505b09e with merge 9fa96d7a643326093ee155a054874243fa007326... |
rust-log-analyzer
commented
Nov 25, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Nov 25, 2021
💔 Test failed - checks-actions |
estebank
commented
Nov 25, 2021
@bors retry |
bors
commented
Nov 25, 2021
bors
commented
Nov 25, 2021
☀️ Test successful - checks-actions |
rust-timer
commented
Nov 25, 2021
Finished benchmarking commit (c6eda7d): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Use the available Generics span field to avoid issues with `T: Fn()` bounds. This is necessary to land rust-lang#85346.
Fix#84946