96bea5eb72
at 16fa41b3b0
Fixes #19315
248 B
248 B
% FFI and platform-specific code [FIXME]
[FIXME] Not sure where this should live.
When writing cross-platform code, group platform-specific code into a
module called platform
. Avoid #[cfg]
directives outside this
platform
module.