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.
1 parent b12bb12 commit 742f4bcCopy full SHA for 742f4bc
src/librustc_typeck/diagnostics.rs
@@ -223,7 +223,7 @@ impl Test {
223
224
fn main() {
225
let x = Test;
226
-
+
227
x.method::<i32>(); // Error: Test::method doesn't need type parameter!
228
}
229
```
@@ -239,7 +239,7 @@ impl Test {
239
240
241
242
243
x.method(); // OK, we're good!
244
245
0 commit comments