Module clippy_utils::ast_utils
source · Expand description
Utilities for manipulating and extracting information from rustc_ast::ast
.
- The
eq_foobar
functions test for semantic equality but ignoresNodeId
s andSpan
s.
Re-exports
pub use ident_iter::IdentIter;
Modules
Functions
- eq_term 🔒
- Checks if each element in the first slice is contained within the latter as per
eq_fn
.