Bless NLL compare mode

This commit is contained in:
jackh726 2021-08-25 16:06:52 -04:00
parent af14db14f4
commit 994a6bb667

View File

@ -4,8 +4,8 @@ error[E0308]: mismatched types
LL | foo(());
| ^^^^^^^ one type is more general than the other
|
= note: expected type `&'a ()`
found reference `&()`
= note: expected reference `&'a ()`
found reference `&()`
error: aborting due to previous error