Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, r=compiler-errors
`-Znext-solver=coherence`: suggest increasing recursion limit r? `@compiler-errors`
This commit is contained in:
commit
4d71fe7cc1
29 changed files with 341 additions and 255 deletions
|
@ -3,8 +3,6 @@ error[E0275]: overflow evaluating the requirement `Loop == _`
|
|||
|
|
||||
LL | impl Loop {}
|
||||
| ^^^^
|
||||
|
|
||||
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`inherent_impls_overflow`)
|
||||
|
||||
error[E0392]: type parameter `T` is never used
|
||||
--> $DIR/inherent-impls-overflow.rs:13:12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue