In both Julia v1.10 and current `master` (b058146cafe): ```julia using Base.Binary<TAB> ``` doesn't complete to ```julia using Base.BinaryPlatforms ``` anymore. It seems to apply to all `Base` submodules, as far as I can tell, it works without `using` though.