Skip to content

Commit cadc35a

Browse files
committed
1 parent e4636f3 commit cadc35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/builtin-type-shadow.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ LL | fn foo<u32>(a: u32) -> u32 {
1616
LL | 42
1717
| ^^ expected type parameter `u32`, found integer
1818
|
19-
= note: expected type `u32`
20-
found type `{integer}`
19+
= note: expected type parameter `u32`
20+
found type `{integer}`
2121
= help: type parameters must be constrained to match other types
2222
= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
2323

0 commit comments

Comments
 (0)