sway
sway copied to clipboard
Add a way to disginguish between "crate-relative" and external paths
Currently, ::foo::bar means crate-relative. There should be a way, like in Rust, to refer to foo::bar where foo is the external crate. Though this should probably be part of a complete overhaul of Sway's module system.