On Thu Jun 11, 2026 at 9:51 AM BST, Miguel Ojeda wrote: > On Wed, Jun 10, 2026 at 2:28 PM Gary Guo <[email protected]> wrote: >> >> I think if the re-export is of form "use crate::build_assert::*" then it will >> still be the same semantics but would be appearing now? > > If you mean a glob import (within or outside the existing `use` -- > same behavior), then that makes the glob import appear in the list at > least, which is an improvement because at least people have a link to > the module (i.e. but not the individual ones).
Yes, I meant this. All items of `build_assert!` are in the prelude so this is no change of behaviour anyway. > > Or do you mean something else? > > Good first issue? Agreed. Best, Gary
