Move some suggestions from error_reporting to error_reporting::suggest

This commit is contained in:
Michael Goulet 2022-12-08 05:58:30 +00:00
parent 25a6daccab
commit 3b9daac6a2
5 changed files with 1305 additions and 661 deletions

View file

@ -12,13 +12,13 @@ extern crate tracing;
extern crate rustc_middle;
mod chalk;
mod codegen;
mod dropck_outlives;
mod evaluate_obligation;
mod implied_outlives_bounds;
mod normalize_erasing_regions;
mod normalize_projection_ty;
mod type_op;
mod codegen;
pub use type_op::{type_op_ascribe_user_type_with_span, type_op_prove_predicate_with_cause};