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.
fn main() { spawn m.child(10); } mod m { fn child(int i) { log i; } }
Rustboot seems to think that any dotted name is a slot, while this one's an item. It works to import the nested name and spawn it directly.