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 6cb38ae commit f82db5dCopy full SHA for f82db5d
src/test/compile-fail/iface-test.rs
@@ -1,5 +1,5 @@
1
iface foo { fn foo(); }
2
3
-impl of int for uint { fn foo() {} } //~ ERROR interface
+impl of int for uint { fn foo() {} } //~ ERROR trait
4
5
fn main() {}
0 commit comments