rust/compiler
kadmin 2dfd77d675 Fix ret > 1 bound if shadowed by const
Prior to a change, it would only look at types in bounds. When it started looking for consts,
shadowing type variables with a const would cause an ICE, so now defer looking at consts only if
there are no types present.
2022-02-03 15:17:51 +00:00
..
2022-01-28 16:56:05 +01:00
2022-02-01 11:21:26 +01:00