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_
coroutine_ ๐kind - eq_term ๐
- Checks if each element in the first slice is contained within the latter as per
eq_fn
.