mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() These traits exist so that folders/visitors can recurse into types of interest: binders, types, regions, predicates, and consts. But `Region` is non-recursive and cannot contain other types of interest, so its methods in these traits are trivial. This commit inlines and removes those trivial methods. |
||
---|---|---|
.. | ||
constraints.rs | ||
mod.rs | ||
solve.rs | ||
terms.rs | ||
test.rs | ||
xform.rs |