]> git.proxmox.com Git - rustc.git/blame - tests/ui/box/issue-82446.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / box / issue-82446.stderr
CommitLineData
04454e1e
FG
1error[E0308]: mismatched types
2 --> $DIR/issue-82446.rs:11:9
3 |
4LL | val
5 | ^^^ expected struct `Box`, found reference
6 |
7 = note: expected struct `Box<(dyn MyTrait + 'static)>`
8 found reference `&Box<(dyn MyTrait + 'static)>`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.