Closed
Description
Glob import statements are a frequent cause of confusion and bugs in Rust code. They currently exist behind a feature gate, so there is already some pressure against them.
I suggest removing them completely. The only thing I can think of that would be a significant issue about removing the glob functionality would be how it affects the prelude. However, we could just special case prelude functionality.
The advantage of this is that would make the resolution algorithm much simpler, since the glob import functionality adds significant complexity.
cc @pcwalton
Metadata
Metadata
Assignees
Labels
No labels