Skip to content

Commit

Permalink
ADD - diagnostic lints to type_ir
Browse files Browse the repository at this point in the history
Module is completed because it doesn’t have any diagnostics
  • Loading branch information
JhonnyBillM committed Aug 18, 2022
1 parent bb99e6f commit 05ed13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_type_ir/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![feature(fmt_helpers_for_derive)]
#![feature(min_specialization)]
#![feature(rustc_attrs)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]

#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit 05ed13b

Please sign in to comment.