mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Bless NLL compare mode
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user