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