You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: doctests: Mark generated rustdoc kunit tests extern "C"
The generated rustdoc tests were marked no_mangle, but not extern "C".
Since these are called from C by KUnit, they should use the C ABI.
Signed-off-by: David Gow <[email protected]>
0 commit comments