Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors

Migrate part of rustc_infer to session diagnostic
This commit is contained in:
Matthias Krüger
2022-08-29 06:34:45 +02:00
committed by GitHub
10 changed files with 649 additions and 212 deletions

View File

@@ -34,5 +34,6 @@ extern crate tracing;
#[macro_use]
extern crate rustc_middle;
mod errors;
pub mod infer;
pub mod traits;