Files
rust/library/std/src
Jonathan Brouwer 893abbca37 Rollup merge of #152705 - PaulDance:patches/skip-raw_attributes-doctest, r=joboet
Test(lib/win/proc): Skip `raw_attributes` doctest under Win7

The current doctest for `ProcThreadAttributeListBuilder::raw_attribute` uses `CreatePseudoConsole`, which is only available on Windows 10 October 2018 Update and above. On older versions of Windows, the test fails due to trying to link against a function that is not present in the kernel32 DLL. This therefore ensures the test is still built, but not run under the Win7 target.

@rustbot label T-libs A-process A-doctests O-windows-7
2026-02-22 11:31:14 +01:00
..
2023-12-10 10:56:22 +08:00
2026-01-11 16:39:18 +03:00
2025-01-11 06:35:21 +02:00
2026-02-11 09:30:50 +08:00
2026-01-21 19:20:04 +01:00
2024-04-08 11:57:17 +00:00
2025-02-07 16:54:07 +01:00