Skip to content

Commit 2d1526e

Browse files
thaliaarchiMuscraft
authored andcommitted
Fix std build for xtensa
1 parent 24ca957 commit 2d1526e

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)