Files
rust/compiler/rustc_middle
Oli Scherer ebe21ac23a Infer all inference variables via InferCx
The previous algorithm was correct for the example given in its
documentation, but when the TAIT was declared as a free item
instead of an associated item, the generic parameters were the
wrong ones.
2021-07-16 17:37:28 +00:00
..
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.