Files
rust/compiler
fee1-dead eba419195c 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`
2023-04-16 18:55:38 +08:00
..
2023-03-11 10:53:47 -06:00
2023-04-09 23:22:14 +02:00
2023-04-09 22:29:56 +02:00
2023-03-27 18:58:07 +00:00
2023-02-02 07:47:39 +01:00
2023-04-09 23:22:14 +02:00
2023-04-09 23:22:14 +02:00
2023-04-09 23:22:14 +02:00
2023-04-10 22:02:52 +02:00
2023-04-10 17:24:23 +09:00
2023-04-10 22:02:52 +02:00
2023-04-15 18:04:51 +02:00
2023-04-10 22:02:52 +02:00
2023-04-13 23:39:14 +12:00