We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b361864 commit c6e027dCopy full SHA for c6e027d
src/test/ui/error-codes/E0121.stderr
@@ -14,7 +14,7 @@ LL | static BAR: _ = "test";
14
| ^
15
| |
16
| not allowed in type signatures
17
- | help: replace `_` with the correct return type: `&'static str`
+ | help: replace `_` with the correct type: `&'static str`
18
19
error: aborting due to 2 previous errors
20
0 commit comments