rust/compiler/rustc_hir_analysis/src
Yuki Okushi 3ec1ca0516
Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compiler-errors
Use `tcx.require_lang_item` instead of unwrapping lang items

I clearly remember esteban telling me that there is `require_lang_item` but he was from a phone atm and I couldn't find it, so I didn't use it. Stumbled on it today, so here we are :)
2022-11-23 06:40:24 +09:00
..
astconv Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr 2022-11-21 15:22:54 +00:00
check Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC 2022-11-22 13:18:45 +00:00
coherence Use tcx.require_lang_item instead of unwrapping 2022-11-22 17:19:19 +00:00
collect Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk 2022-11-21 12:17:03 +00:00
impl_wf_check Apply PR feedback. 2022-11-10 12:56:33 -06:00
outlives Store a LocalDefId in hir::GenericParam. 2022-11-13 14:05:30 +00:00
structured_errors Fix substraction with overflow in wrong_number_of_generic_args.rs 2022-11-19 18:53:36 +01:00
variance Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
bounds.rs Stop passing the self-type as a separate argument. 2022-11-21 20:39:46 +00:00
check_unused.rs Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors 2022-10-29 14:18:03 +02:00
collect.rs Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
constrained_generic_params.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
errors.rs Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco 2022-11-01 20:00:38 -04:00
hir_wf_check.rs Convert predicates into Predicate in the Obligation constructor 2022-11-16 09:25:19 +00:00
impl_wf_check.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00