rust/compiler/rustc_monomorphize/src
Guillaume Gomez 2414a4c31a
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions

Functions in answer:

- `Ty::is_freeze`
- `Ty::is_sized`
- `Ty::is_unpin`
- `Ty::is_copy_modulo_regions`

This allows to remove a lot of useless `.at(DUMMY_SP)`, making the code a bit nicer :3

r? `@compiler-errors`
2022-10-29 14:18:03 +02:00
..
partitioning Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
collector.rs Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors 2022-10-29 14:18:03 +02:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
polymorphize.rs mir constants: type traversing bye bye 2022-10-17 10:54:01 +02:00
util.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00