]> git.proxmox.com Git - rustc.git/blame - src/test/ui/switched-expectations.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / switched-expectations.stderr
CommitLineData
ff7c6d11 1error[E0308]: mismatched types
0731742a 2 --> $DIR/switched-expectations.rs:3:30
ff7c6d11 3 |
532ac7d7 4LL | let ref string: String = var;
72b1a166 5 | ^^^ expected struct `String`, found `i32`
ff7c6d11
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0308`.