We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf9ae05 + 5b51420 commit 95d7b87Copy full SHA for 95d7b87
tests/error-tests/tests/arg-count-mismatch.rs
@@ -30,7 +30,7 @@ fn main() { let i: (); i = f(); }
30
// ^ERR(>=1.43.0-beta) this function takes 1
31
// ^^ERR(>=1.43.0-beta,<1.63.0-beta) supplied 0
32
// ^^ERR(>=1.43.0-beta,<1.63.0-beta) expected 1
33
-// ^^ERR(>=1.63.0-beta) an argument of type `isize` is missing
+// ^^ERR(>=1.63.0-beta) `isize` is missing
34
// ^^^HELP(>=1.63.0,<1.65.0-beta) provide the argument
35
// ^^^HELP(>=1.63.0,<1.65.0-beta) /Accept Replacement:.*/
36
// ^^HELP(>=1.65.0-beta) provide the argument
0 commit comments