We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kunit_try_catch
1 parent 851ab2f commit a01b701Copy full SHA for a01b701
rust/bindgen_parameters
@@ -5,6 +5,10 @@
5
--opaque-type arch_lbr_state
6
--opaque-type local_apic
7
8
+# `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2,
9
+# commit 2aed6b021680 ("context: Escape the try keyword properly").
10
+--opaque-type kunit_try_catch
11
+
12
# If SMP is disabled, `arch_spinlock_t` is defined as a ZST which triggers a Rust
13
# warning. We don't need to peek into it anyway.
14
--opaque-type spinlock
0 commit comments