Skip to content

Commit

Permalink
Rollup merge of #100721 - JhonnyBillM:enable-diag-lint-in-type-ir, r=…
Browse files Browse the repository at this point in the history
…compiler-errors

Add diagnostics lints to `rustc_type_ir` module

Module is complete. It doesn’t have any diagnostics.
  • Loading branch information
Dylan-DPC authored Aug 19, 2022
2 parents 490d04b + 05ed13b commit 30e65ce
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 30e65ce

Please sign in to comment.