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
Account for incorrect impl Foo<const N: ty> {}
syntax
#85346
Conversation
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
Error message looks good to me! @bors r+ |
|
Account for incorrect `impl Foo<const N: ty> {}` syntax Fix rust-lang#84946
This comment has been hidden.
This comment has been hidden.
|
|
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
|
cc @estebank: this is waiting on a rebase. |
@bors r=varkor |
|
Account for incorrect `impl Foo<const N: ty> {}` syntax Fix rust-lang#84946
Added the requested tests, and fixed the necessary rebase moving some code to the more appropriate @bors r=nagisa,varkor |
|
This comment has been hidden.
This comment has been hidden.
Forgot to @bors r=nagisa,varkor |
|
Account for incorrect `impl Foo<const N: ty> {}` syntax Fix rust-lang#84946
The job Click to see the possible cause of the failure (guessed by this bot)
|
|
@bors retry |
|
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.
Use the available Generics span field to avoid issues with `T: Fn()` bounds. This is necessary to land rust-lang#85346.
Fix #84946
The text was updated successfully, but these errors were encountered: