Home
last modified time | relevance | path

Searched defs:EarlyCheckNode (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_lint/src/
Dearly.rs333 pub trait EarlyCheckNode<'a>: Copy { interface
343 impl<'a> EarlyCheckNode<'a> for (&'a ast::Crate, &'a [ast::Attribute]) { impl
363 impl<'a> EarlyCheckNode<'a> for (ast::NodeId, &'a [ast::Attribute], &'a [P<ast::Item>]) { impl