Rollup merge of #113987 - compiler-errors:comments, r=lcnr

Comment stuff in the new solver

r? `@lcnr`
This commit is contained in:
Matthias Krüger
2023-07-24 17:47:09 +02:00
committed by GitHub
8 changed files with 64 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
//! Code which is used by built-in goals that match "structurally", such a auto
//! traits, `Copy`/`Clone`.
use rustc_data_structures::fx::FxHashMap;
use rustc_hir::{def_id::DefId, Movability, Mutability};
use rustc_infer::traits::query::NoSolution;