Re: [PATCH] rust: hide panicking default associated constants from rustdoc
Zhao Liu <[email protected]>
| Newsgroups | org.nongnu.qemu-rust,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <aTZH1JW+rYXNZK/[email protected]> |
On Thu, Dec 04, 2025 at 11:50:17AM +0100, Paolo Bonzini wrote: > Date: Thu, 4 Dec 2025 11:50:17 +0100 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH] rust: hide panicking default associated constants from > rustdoc > X-Mailer: git-send-email 2.52.0 > > Work around rustdoc issue that panics while trying to evaluate > the constants. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/hw/core/src/qdev.rs | 1 + > rust/migration/src/vmstate.rs | 1 + > 2 files changed, 2 insertions(+) Reviewed-by: Zhao Liu <[email protected]>