Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors
Migrate part of rustc_infer to session diagnostic
This commit is contained in:
commit
a3c965f5fe
10 changed files with 649 additions and 212 deletions
|
@ -34,5 +34,6 @@ extern crate tracing;
|
|||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
|
||||
mod errors;
|
||||
pub mod infer;
|
||||
pub mod traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue