Re: [PATCH v4] rust: make `build_assert` module the home of related macros
From: Miguel Ojeda
Date: Thu Jun 11 2026 - 04:52:07 EST
On Wed, Jun 10, 2026 at 2:28 PM Gary Guo <gary@xxxxxxxxxxx> 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).
Or do you mean something else?
Good first issue?
Cheers,
Miguel