We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23bbd8 commit 775ffd9Copy full SHA for 775ffd9
src/test/ui/parser/issue-62895.stderr
@@ -30,7 +30,7 @@ error[E0412]: cannot find type `isizee` in this scope
30
--> $DIR/issue-62895.rs:5:15
31
|
32
LL | pub fn g() -> isizee {
33
- | ^^^^^^ help: a builtin type with a similar name exists: `isize`
+ | ^^^^^^ help: a primitive type with a similar name exists: `isize`
34
35
error[E0308]: mismatched types
36
--> $DIR/issue-62895.rs:3:11
0 commit comments