]> git.proxmox.com Git - rustc.git/blame - src/test/ui/transmutability/malformed-program-gracefulness/unknown_src_field.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / transmutability / malformed-program-gracefulness / unknown_src_field.stderr
CommitLineData
064997fb
FG
1error[E0412]: cannot find type `Missing` in this scope
2 --> $DIR/unknown_src_field.rs:20:27
3 |
4LL | #[repr(C)] struct Dst(Missing);
5 | ^^^^^^^ not found in this scope
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0412`.