We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dc5ee commit a07c032Copy full SHA for a07c032
tests/ui/builtin_type_shadow.stderr
@@ -13,7 +13,7 @@ error[E0308]: mismatched types
13
LL | fn foo<u32>(a: u32) -> u32 {
14
| --- --- expected `u32` because of return type
15
| |
16
- | this type parameter
+ | expected this type parameter
17
LL | 42
18
| ^^ expected type parameter `u32`, found integer
19
|
0 commit comments