rust/compiler/rustc_trait_selection/src
bors eead58e75b Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco
Check hidden types for well formedness at the definition site instead of only at the opaque type itself

work towards #90409 . We'll need to look into closure and generator bodies of closures and generators nested inside the hidden type in order to fix that. In hindsight this PR is not necessary for that, but it may be a bit easier with it and we'll get better diagnostics from it on its own.
2022-05-10 13:39:43 +00:00
..
traits Auto merge of #96808 - cjgillot:impossible-trait, r=compiler-errors 2022-05-10 05:27:54 +00:00
autoderef.rs Filter OnceNote in diagnostic infra. 2022-03-20 20:36:26 +01:00
infer.rs Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" 2021-12-12 12:34:46 +08:00
lib.rs Stabilize bool::then_some 2022-05-04 13:22:08 +02:00
opaque_types.rs Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco 2022-05-10 13:39:43 +00:00