Searched defs:EarlyCheckNode (Results 1 – 1 of 1) sorted by relevance
333 pub trait EarlyCheckNode<'a>: Copy { interface343 impl<'a> EarlyCheckNode<'a> for (&'a ast::Crate, &'a [ast::Attribute]) { impl363 impl<'a> EarlyCheckNode<'a> for (ast::NodeId, &'a [ast::Attribute], &'a [P<ast::Item>]) { impl