We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3de9a3d + 5f9a65f commit 0fc5857Copy full SHA for 0fc5857
tests/ui/builtin-type-shadow.stderr
@@ -12,7 +12,7 @@ error[E0308]: mismatched types
12
LL | fn foo<u32>(a: u32) -> u32 {
13
| --- expected `u32` because of return type
14
LL | 42
15
- | ^^ expected type parameter, found integral variable
+ | ^^ expected type parameter, found integer
16
|
17
= note: expected type `u32`
18
found type `{integer}`
0 commit comments