Skip to content

Commit 63ae876

Browse files
committed
Fix std build for xtensa
1 parent 8965564 commit 63ae876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/ffi/va_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//!
33
//! Better known as "varargs".
44
5+
#[cfg(not(target_arch = "xtensa"))]
56
use crate::ffi::c_void;
67
#[allow(unused_imports)]
78
use crate::fmt;

0 commit comments

Comments
 (0)