Move some suggestions from error_reporting to error_reporting::suggest
This commit is contained in:
parent
25a6daccab
commit
3b9daac6a2
5 changed files with 1305 additions and 661 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue