Closed
Description
I've just tried this in std:
import option = option::t;
export option;
and it gets this error
../src/lib/std.rs:2:0: 2:25 error: unresolved modulename: option
../src/lib/std.rs:2 import option = option::t;
There's a workaround, but I think this is probably the pattern we want to work for raising types like option::t out of their modules.
Metadata
Metadata
Assignees
Labels
No labels