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.
It's not clear to me why this even parses, much less compiles:
struct Foo { f: uint } fn foo(f: Foo) -> uint { f.f::<int> } fn main() { }