Expand description
Utilities for manipulating and extracting information from rustc_ast::ast.
- The
eq_foobarfunctions test for semantic equality but ignoresNodeIds andSpans.
Re-exportsยง
pub use ident_iter::IdentIter;
Modulesยง
Functionsยง
- eq_
coroutine_ ๐kind - eq_term ๐
- Checks if each element in the first slice is contained within the latter as per
eq_fn.