1
Fork 0

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
commit a3c965f5fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;