Skip to content

Commit 0fc5857

Browse files
committed
Auto merge of #3609 - codeworm96:fix_test, r=phansch
Fix test for rust-lang/rust#57250 Part of rust-lang/rust#57250. ~~Do not merge. Waiting a nightly with that PR merged.~~
2 parents 3de9a3d + 5f9a65f commit 0fc5857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/builtin-type-shadow.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ error[E0308]: mismatched types
1212
LL | fn foo<u32>(a: u32) -> u32 {
1313
| --- expected `u32` because of return type
1414
LL | 42
15-
| ^^ expected type parameter, found integral variable
15+
| ^^ expected type parameter, found integer
1616
|
1717
= note: expected type `u32`
1818
found type `{integer}`

0 commit comments

Comments
 (0)