mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Fix test for rust-lang/rust#57250
This commit is contained in:
parent
39bd84494f
commit
5f9a65ffd6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ error[E0308]: mismatched types
|
|||
LL | fn foo<u32>(a: u32) -> u32 {
|
||||
| --- expected `u32` because of return type
|
||||
LL | 42
|
||||
| ^^ expected type parameter, found integral variable
|
||||
| ^^ expected type parameter, found integer
|
||||
|
|
||||
= note: expected type `u32`
|
||||
found type `{integer}`
|
||||
|
|
Loading…
Reference in a new issue