Commit 728136c
authored
Rollup merge of rust-lang#70821 - rkuhn:expose_suggestions_InferCtxtExt, r=eddyb
expose suggestions::InferCtxtExt for clippy
This is very useful to do good async/await diagnostic reporting, for example for rust-lang/rust-clippy#5423.File tree
1 file changed
+2
-1
lines changed- src/librustc_trait_selection/traits/error_reporting
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments