☰
LintPassObject
Implementations on Foreign Types
Box<dyn EarlyLintPass + Send + 'static>
Box<dyn LateLintPass<'_> + Send + '_>
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
+
Send
+ 'static>
source
impl
LintPassObject
for
Box
<dyn
LateLintPass
<'_> +
Send
+ '_>
Implementors