Re: [PATCH v3] rust: add procedural macro for declaring configfs attributes
From: Miguel Ojeda <hidden>
Date: 2026-06-13 10:41:15
Also in:
linux-block, lkml, rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2026-06-13 10:41:15
Also in:
linux-block, lkml, rust-for-linux
Hi Malte, Some quick notes... On Fri, Jun 12, 2026 at 3:29 PM Malte Wechter [off-list ref] wrote:
+/// ```ignore
Empty /// before examples.
+/// // This will extract "foo: <field>" into a variable named "foo".
` instead of " i.e. please use Markdown
+///```
Missing space indentation
+/// Expands the following output:
+/// let item_type = {Missing example block, both at the beginning and the end. Please double-check by generating the docs and looking at how they appear in the browser. The prefix of the title should likely be `rust: configfs:`. Thanks! Cheers, Miguel