blob: 2e258d687d38533862e1c2abb5a9074314b4bed1 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/extern-types-distinct-types.rs:9:5
|
LL | r
| ^ expected extern type `B`, found extern type `A`
|
= note: expected reference `&B`
found reference `&A`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.