Matthias Krüger
|
c6e3a47843
|
Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors
When suggesting writing a fully qualified path probe for appropriate types
Address the more common part of #46585.
|
2023-01-13 19:16:42 +01:00 |
|
bors
|
606c390725
|
Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors
Rollup of 8 pull requests
Successful merges:
- #103236 (doc: rewrite doc for signed int::{carrying_add,borrowing_sub})
- #103800 (Stabilize `::{core,std}::pin::pin!`)
- #106097 (Migrate mir_build diagnostics 2 of 3)
- #106170 (Move autoderef to `rustc_hir_analysis`)
- #106323 (Stabilize f16c_target_feature)
- #106360 (Tweak E0277 `&`-removal suggestions)
- #106524 (Label `struct/enum constructor` instead of `fn item`, mention that it should be called on type mismatch)
- #106739 (Remove `<dyn AstConv<'tcx>>::fun(c, ...)` calls in favour of `c.astconv().fun(...)`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
|
2023-01-12 10:46:19 +00:00 |
|
Michael Goulet
|
54f6fea818
|
Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors
Tweak E0277 `&`-removal suggestions
Fix #64068, fix #84837.
|
2023-01-11 22:25:49 -08:00 |
|
Matthias Krüger
|
8a13157c16
|
Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors
Conserve cause of `ImplDerivedObligation` in E0599
CC #86377.
|
2023-01-12 06:52:38 +01:00 |
|
Matthias Krüger
|
890bc3ca90
|
Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors
Hide more of long types in E0271
Fix #40186.
|
2023-01-12 06:52:36 +01:00 |
|
Esteban Küber
|
f1ffe823cf
|
Hide more of long types in E0271
Fix #40186.
|
2023-01-11 21:40:39 +00:00 |
|
Esteban Küber
|
2024aa48b4
|
Make & -removal suggestion verbose
|
2023-01-11 21:38:54 +00:00 |
|
Esteban Küber
|
12ddf77811
|
When suggesting writing a fully qualified path probe for appropriate types
Fix #46585.
|
2023-01-11 21:30:10 +00:00 |
|
Michael Goulet
|
9a39d7e441
|
Note predicate span on ImplDerivedObligation
|
2023-01-11 19:46:45 +00:00 |
|
Esteban Küber
|
fb5d215347
|
Conserve cause of ImplDerivedObligation in E0599
CC #86377.
|
2023-01-11 19:31:33 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|