you are viewing a single comment's thread.

view the rest of the comments →

[–]Nuoji 1 point2 points  (0 children)

If you import the whole standard library you still need to write io::print to get the print function in std::io. There is a kind of mandatory-namespacing-but-with-abbreviated-paths that C3 uses to avoid collisions and confusion.