]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-46332.stderr
Update upstream source from tag 'upstream/1.33.0+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 | TyUInt {};
5 | ^^^^^^ help: a struct with a similar name exists: `TyUint`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0422`.