diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-07-08 13:04:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 13:04:31 +0800 |
| commit | adbcb1a8a9bc10195adf1d5696e783e6aded182b (patch) | |
| tree | ec6d0835dc3e9f527d012fe95d6faef7512d965e /src | |
| parent | 29c1a43403350615606290b8e05a6a5f4183733d (diff) | |
| parent | c1a29b30d157689caafa34238e87313cda0fccc5 (diff) | |
Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb
Give VaList its own home Just rearranging things internally and reexporting.
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 |
