]> git.proxmox.com Git - rustc.git/blame - src/test/ui/extern/extern-types-distinct-types.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / extern / extern-types-distinct-types.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/extern-types-distinct-types.rs:9:5
b7449926 3 |
532ac7d7 4LL | r
b7449926
XL
5 | ^ expected extern type `B`, found extern type `A`
6 |
7 = note: expected type `&B`
8 found type `&A`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.