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 8965564 commit 63ae876Copy full SHA for 63ae876
library/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