We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd24384 commit 9517863Copy full SHA for 9517863
tests/ui/fn/trait-fn-generic-mismatch.rs
@@ -10,4 +10,3 @@ fn main() {
10
let core = Core(1);
11
core.spawn(retry()); //~ ERROR this method takes 0 arguments but 1 argument was supplied
12
}
13
-
0 commit comments