blob: e4f158706457c1ab82d257436c0cfc72b87b782f [file] [log] [blame]
error[E0271]: type mismatch resolving `for<'a> <() as Array<'a>>::Element == ()`
--> $DIR/issue-39970.rs:19:5
|
LL | <() as Visit>::visit();
| ^^^^^^^^^^^^^^^^^^^^ expected &(), found ()
|
= note: expected type `&()`
found type `()`
= note: required because of the requirements on the impl of `Visit` for `()`
note: required by `Visit::visit`
--> $DIR/issue-39970.rs:6:5
|
LL | fn visit() {}
| ^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0271`.