]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-46332.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-46332.stderr
index 5d8a859a7379cb8703a14b79555a14bda45d9902..890ef8014b489e261da1d3f592e9a16e1c8546bd 100644 (file)
@@ -2,7 +2,7 @@ error[E0422]: cannot find struct, variant or union type `TyUInt` in this scope
   --> $DIR/issue-46332.rs:9:5
    |
 LL | struct TyUint {}
-   | ---------------- similarly named struct `TyUint` defined here
+   | ------------- similarly named struct `TyUint` defined here
 ...
 LL |     TyUInt {};
    |     ^^^^^^ help: a struct with a similar name exists (notice the capitalization): `TyUint`