aboutsummaryrefslogtreecommitdiff
path: root/LICENSE-APACHE
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-04-17 21:48:29 +0100
committerFlorian Diebold <[email protected]>2020-04-17 23:01:09 +0100
commitd3cb9ea0bfb6c9e6c8b57a46feb1de696084d994 (patch)
treedec68fc67c90737820b81da02f4f03028d12b43d /LICENSE-APACHE
parenta4cda3efbbabe4c6129de4dc095953fe858d7d3f (diff)
Fix another crash from wrong binders
Basically, if we had something like `dyn Trait<T>` (where `T` is a type parameter) in an impl we lowered that to `dyn Trait<^0.0>`, when it should be `dyn Trait<^1.0>` because the `dyn` introduces a new binder. With one type parameter, that's just wrong, with two, it'll lead to crashes.
Diffstat (limited to 'LICENSE-APACHE')
0 files changed, 0 insertions, 0 deletions