diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-06-24 13:57:06 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-07-04 20:34:37 -0700 |
| commit | c147805a6ab62ae52df7fb79067a05358d95fe72 (patch) | |
| tree | 0518a0fccaf4f34348ab0171460a0b66d4ea857c /src | |
| parent | ba1d7f4a083e6402679105115ded645512a7aea8 (diff) | |
| download | rust-c147805a6ab62ae52df7fb79067a05358d95fe72.tar.gz rust-c147805a6ab62ae52df7fb79067a05358d95fe72.zip | |
library: outline VaList into ffi::va_list
and reexport
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/pal.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/pal.rs b/src/tools/tidy/src/pal.rs index 7e5656926ab..2f8abc77566 100644 --- a/src/tools/tidy/src/pal.rs +++ b/src/tools/tidy/src/pal.rs @@ -45,6 +45,8 @@ const EXCEPTION_PATHS: &[&str] = &[ // pointer regardless of the target architecture. As a result, // we must use `#[cfg(windows)]` to conditionally compile the // correct `VaList` structure for windows. + "library/core/src/ffi/va_list.rs", + // We placed a linkage against Windows libraries here "library/core/src/ffi/mod.rs", "library/std/src/sys", // Platform-specific code for std lives here. "library/std/src/os", // Platform-specific public interfaces |
