Migrate rustc_mir_dataflow to diagnostic structs

This commit is contained in:
5225225
2022-08-19 10:21:14 +01:00
parent 38528d4dc0
commit ee2b16100e
8 changed files with 129 additions and 22 deletions

View File

@@ -7,6 +7,8 @@
#![feature(stmt_expr_attributes)]
#![feature(trusted_step)]
#![recursion_limit = "256"]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#[macro_use]
extern crate tracing;
@@ -33,6 +35,7 @@ use self::move_paths::MoveData;
pub mod drop_flag_effects;
pub mod elaborate_drops;
mod errors;
mod framework;
pub mod impls;
pub mod move_paths;