Comment stuff in the new solver

This commit is contained in:
Michael Goulet
2023-07-23 12:30:52 -07:00
parent 77e24f90f5
commit f3553691a8
8 changed files with 63 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;