]> git.proxmox.com Git - rustc.git/blame - tests/ui/transmutability/issue-101739-1.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / transmutability / issue-101739-1.stderr
CommitLineData
2b03887a
FG
1error[E0412]: cannot find type `Dst` in this scope
2 --> $DIR/issue-101739-1.rs:8:9
3 |
4LL | Dst: BikeshedIntrinsicFrom<Src, Context, ASSUME_ALIGNMENT>,
5 | ^^^ not found in this scope
6
7error[E0308]: mismatched types
8 --> $DIR/issue-101739-1.rs:8:50
9 |
10LL | Dst: BikeshedIntrinsicFrom<Src, Context, ASSUME_ALIGNMENT>,
9ffffee4 11 | ^^^^^^^^^^^^^^^^ expected `Assume`, found `bool`
2b03887a
FG
12
13error: aborting due to 2 previous errors
14
15Some errors have detailed explanations: E0308, E0412.
16For more information about an error, try `rustc --explain E0308`.