Skip to content

Commit

Permalink
Update test stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 2, 2019
1 parent 3de9a3d commit f568fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/builtin-type-shadow.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit f568fc9

Please sign in to comment.