]> git.lizzy.rs Git - rust.git/blob - src/test/ui/transmutability/malformed-program-gracefulness/unknown_dst.stderr
Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay
[rust.git] / src / test / ui / transmutability / malformed-program-gracefulness / unknown_dst.stderr
1 error[E0412]: cannot find type `Dst` in this scope
2   --> $DIR/unknown_dst.rs:20:36
3    |
4 LL | fn should_gracefully_handle_unknown_dst() {
5    |                                        - help: you might be missing a type parameter: `<Dst>`
6 ...
7 LL |     assert::is_transmutable::<Src, Dst, Context>();
8    |                                    ^^^ not found in this scope
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0412`.