diff options
author | fee1-dead <ent3rm4n@gmail.com> | 2023-04-16 18:55:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-16 18:55:38 +0800 |
commit | eba419195c7eea19df4366e07ddf074fe54dd00e (patch) | |
tree | 273ca45232745c7ad8bdf1d960b803335a2842aa /tests/rustdoc-js-std/parser-errors.js | |
parent | a5136f14aee8447820a81141631cd6e5919631a5 (diff) | |
parent | 4460a1dc28a10cd74a6e5636d6e2cd8c8f06ba4b (diff) | |
download | rust-eba419195c7eea19df4366e07ddf074fe54dd00e.tar.gz |
Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-errors
Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
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.
r? `@compiler-errors`
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions