On Mon Jan 19, 2026 at 3:22 PM GMT, Miguel Ojeda wrote: > On Mon, Jan 19, 2026 at 3:20 PM Gary Guo <[email protected]> wrote: >> >> I guess it's time for me to work on a `#[sealed]` macro... > > ...and perhaps pinging upstream for the language feature... :) I added > https://github.com/rust-lang/rust/issues/105077 to our usual list of > wishes at https://github.com/Rust-for-Linux/linux/issues/354. > > Do you think using the linked crate in the commit message would make > sense? It seems to be a couple pages of code, using `syn` 2.0, which > should be fine now.
Which crate are you talking about? I can't find a linked crate in the issue. Best, Gary > > Another option is a "good first issue" of medium difficulty if you wish. > >> I wonder if it makes sense to add a general `ErrorWith` type for errors that >> carries error code + data. > > Sounds reasonable... > > Cheers, > Miguel
