☰
rustc_lint
1.75.0-dev
LintPassObject
Implementations on Foreign Types
Box<dyn EarlyLintPass + 'static>
Box<dyn LateLintPass<'_> + '_>
Implementors
In rustc_lint::context
?
Trait
rustc_lint
::
context
::
LintPassObject
source
·
[
−
]
pub trait LintPassObject:
Sized
{ }
Implementations on Foreign Types
§
source
§
impl
LintPassObject
for
Box
<dyn
EarlyLintPass
+ 'static>
source
§
impl
LintPassObject
for
Box
<dyn
LateLintPass
<'_> + '_>
Implementors
§