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 c108409 commit ec59ce5Copy full SHA for ec59ce5
src/test/compile-fail/issue-3969.rs
@@ -17,7 +17,7 @@ trait BikeMethods {
17
}
18
19
impl BikeMethods for Bike {
20
- fn woops(&const self) -> ~str { ~"foo" }
+ fn woops() -> ~str { ~"foo" }
21
//~^ ERROR method `woops` is declared as static in its impl, but not in its trait
22
23
0 commit comments