]> git.proxmox.com Git - rustc.git/blob - tests/ui/error-codes/E0033.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / error-codes / E0033.stderr
1 error[E0033]: type `&dyn SomeTrait` cannot be dereferenced
2 --> $DIR/E0033.rs:11:9
3 |
4 LL | let &invalid = trait_obj;
5 | ^^^^^^^^ type `&dyn SomeTrait` cannot be dereferenced
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0033`.