``` 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.