Skip to content

Commit 775ffd9

Browse files
committed
bless ui tests
1 parent b23bbd8 commit 775ffd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/parser/issue-62895.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ error[E0412]: cannot find type `isizee` in this scope
3030
--> $DIR/issue-62895.rs:5:15
3131
|
3232
LL | pub fn g() -> isizee {
33-
| ^^^^^^ help: a builtin type with a similar name exists: `isize`
33+
| ^^^^^^ help: a primitive type with a similar name exists: `isize`
3434

3535
error[E0308]: mismatched types
3636
--> $DIR/issue-62895.rs:3:11

0 commit comments

Comments
 (0)