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 seems like it shouldn't be possible:
struct Test<'s> { func: 's || } fn main() { let test = ~Test { func: proc() {} }; }
...but it compiles just fine on 0.9.