Skip to content

Commit

Permalink
Bless NLL compare mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Aug 25, 2021
1 parent af14db1 commit 994a6bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 994a6bb

Please sign in to comment.