2019-01-21 06:25:15 -06:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/issue-56943.rs:6:29
|
|
|
|
|
|
|
|
|
LL | let _: issue_56943::S = issue_56943::S2;
|
2023-01-02 20:00:33 -06:00
|
|
|
| -------------- ^^^^^^^^^^^^^^^ expected `S`, found `S2`
|
2019-11-18 23:00:24 -06:00
|
|
|
| |
|
|
|
|
| expected due to this
|
2019-01-21 06:25:15 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|