about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-06-24 13:57:06 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-07-04 20:34:37 -0700
commitc147805a6ab62ae52df7fb79067a05358d95fe72 (patch)
tree0518a0fccaf4f34348ab0171460a0b66d4ea857c /src
parentba1d7f4a083e6402679105115ded645512a7aea8 (diff)
downloadrust-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.rs2
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