migrate: UnknownTool
error to SessionDiagnostic
This commit is contained in:
parent
ee8c31e64d
commit
d197c1eb5b
4 changed files with 30 additions and 16 deletions
|
@ -36,6 +36,8 @@
|
|||
#![feature(let_else)]
|
||||
#![feature(never_type)]
|
||||
#![recursion_limit = "256"]
|
||||
// #![deny(rustc::diagnostic_outside_of_impl)]
|
||||
// #![deny(rustc::untranslatable_diagnostic)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
|
@ -47,6 +49,7 @@ pub mod builtin;
|
|||
mod context;
|
||||
mod early;
|
||||
mod enum_intrinsics_non_enums;
|
||||
mod errors;
|
||||
mod expect;
|
||||
pub mod hidden_unicode_codepoints;
|
||||
mod internal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue