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.
This doesn't work:
struct Foo { baz: uint } impl Foo { static fn bar() { Foo { baz: 0 }.bar(); } fn bar() { } }
and yields:
error: internal compiler error: calling transform_self_type_for_method on static method