Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import of submodules within
std::context
(#1287)
I noticed these when they resulted in compilation errors while working on the `Namespace` refactor in #1213. It appears that on `master` we're leaking submodules into the root namespace, and as a result these haven't been caught yet. #1213 appears to fix this and results in a compilation error. I might add a `should_fail` E2E test as a part of #1213 to ensure we don't accidentally leak submodules into the root in the future.
- Loading branch information