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.
1 parent a309acf commit 4476225Copy full SHA for 4476225
core/src/ffi/va_list.rs
@@ -2,6 +2,7 @@
2
//!
3
//! Better known as "varargs".
4
5
+#[cfg(not(target_arch = "xtensa"))]
6
use crate::ffi::c_void;
7
#[allow(unused_imports)]
8
use crate::fmt;
0 commit comments