Florian Diebold f86fe3d891 Don't unify within a reference
If we are expecting a `&Foo` and get a `&something`, when checking the
`something`, we are *expecting* a `Foo`, but we shouldn't try to unify whatever
we get with that expectation, because it could actually be a `&Foo`, and `&&Foo`
coerces to `&Foo`. So this fixes quite a few false type mismatches.
2019-12-06 15:15:26 +01:00
..
2019-12-02 15:52:11 +00:00
2019-11-27 21:35:06 +03:00
2019-11-29 19:40:59 -05:00
2019-12-05 20:00:20 +00:00
2019-12-05 20:00:20 +00:00
2019-12-06 15:15:26 +01:00
2019-12-05 08:28:31 -05:00
2019-11-25 17:50:49 +03:00
2019-11-24 15:59:47 +00:00
⬆️ rowan
2019-12-04 17:15:55 +01:00
2019-11-28 13:41:58 +08:00