rust/compiler/rustc_hir_analysis/src/check
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
..
check.rs Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors 2022-10-29 14:18:03 +02:00
compare_method.rs Remap early bound lifetimes too 2022-10-27 00:28:54 +00:00
dropck.rs Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk 2022-10-22 07:49:33 +00:00
intrinsic.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
intrinsicck.rs Accept TyCtxt instead of TyCtxtAt in Ty::is_* functions 2022-10-27 15:06:08 +04:00
mod.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
region.rs Don't consider Let exprs terminating scopes 2022-10-16 15:13:01 -07:00
wfcheck.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00