]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-46332.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.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`.