]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-46332.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-46332.stderr
CommitLineData
ff7c6d11 1error[E0422]: cannot find struct, variant or union type `TyUInt` in this scope
0731742a 2 --> $DIR/issue-46332.rs:9:5
ff7c6d11 3 |
e74abb32 4LL | struct TyUint {}
ba9703b0 5 | ------------- similarly named struct `TyUint` defined here
e74abb32 6...
0531ce1d 7LL | TyUInt {};
e74abb32 8 | ^^^^^^ help: a struct with a similar name exists (notice the capitalization): `TyUint`
ff7c6d11
XL
9
10error: aborting due to previous error
11
0531ce1d 12For more information about this error, try `rustc --explain E0422`.