Skip to content

Commit 31eddb0

Browse files
committed
comment untranslatable_diagnostic and diagnostic_outside_of_impl
1 parent ebcaec4 commit 31eddb0

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_trait_selection/src

1 file changed

+2
-2
lines changed

compiler/rustc_trait_selection/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#![feature(if_let_guard)]
2222
#![feature(never_type)]
2323
#![recursion_limit = "512"] // For rustdoc
24-
#![deny(rustc::untranslatable_diagnostic)]
25-
#![deny(rustc::diagnostic_outside_of_impl)]
24+
// #![deny(rustc::untranslatable_diagnostic)]
25+
// #![deny(rustc::diagnostic_outside_of_impl)]
2626

2727
#[macro_use]
2828
extern crate rustc_macros;

0 commit comments

Comments
 (0)