File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1- // #![deny(rustc::diagnostic_outside_of_impl)]
2- // #![deny(rustc::untranslatable_diagnostic)]
3- //
41//! Lints in the Rust compiler.
52//!
63//! This contains lints which can feasibly be implemented as their own
Original file line number Diff line number Diff line change 1- // #![deny(rustc::diagnostic_outside_of_impl)]
2- // #![deny(rustc::untranslatable_diagnostic)]
3- //
41//! Implementation of lint checking.
52//!
63//! The lint checking is mostly consolidated into one pass which runs
Original file line number Diff line number Diff line change 1- // #![deny(rustc::diagnostic_outside_of_impl)]
2- // #![deny(rustc::untranslatable_diagnostic)]
3- //
41use crate :: context:: { CheckLintNameResult , LintStore } ;
52use crate :: late:: unerased_lint_store;
63use rustc_ast as ast;
Original file line number Diff line number Diff line change 3636#![ feature( let_else) ]
3737#![ feature( never_type) ]
3838#![ recursion_limit = "256" ]
39- // #![deny(rustc::diagnostic_outside_of_impl)]
40- // #![deny(rustc::untranslatable_diagnostic)]
4139
4240#[ macro_use]
4341extern crate rustc_middle;
You can’t perform that action at this time.
0 commit comments