]> git.lizzy.rs Git - rust.git/blob - src/test/ui/transmutability/malformed-program-gracefulness/unknown_src_field.stderr
Rollup merge of #99742 - sigaloid:master, r=thomcc
[rust.git] / src / test / ui / transmutability / malformed-program-gracefulness / unknown_src_field.stderr
1 error[E0412]: cannot find type `Missing` in this scope
2   --> $DIR/unknown_src_field.rs:20:27
3    |
4 LL |     #[repr(C)] struct Dst(Missing);
5    |                           ^^^^^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0412`.