On Tue, Oct 21, 2025 at 01:33:00PM -0400, Lyude Paul wrote: > On Fri, 2025-10-17 at 13:22 +0000, Alice Ryhl wrote: > > 1. Annotated with #[macro_export] > > 2. Export with `pub use impl_aref_for_gem_obj` > > I assume you meant pub(crate) here? (Since we don't really want to expose > impl_aref_for_gem_object! to users outside of the drm crate).
We will probably need it to be pub later when we split up kernel, but feel free to put pub(crate). Alice
