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
FreeBSD: hide ucontext from docs to fix xdoc build
Why does it try to document the cfg'd out struct?
+ cargo xdoc --target i686-unknown-freebsd --no-default-features --features extra_traits
error[E0412]: cannot find type `ucontext_t` in this scope
--> src/unix/bsd/freebsdlike/freebsd/mod.rs:166:16
|
166 | pub struct ucontext_t {
| ^^^^^^^^^^ not found in this scope
0 commit comments