We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5c8b85 + e419147 commit ed47f98Copy full SHA for ed47f98
std/src/process/tests.rs
@@ -386,7 +386,7 @@ fn test_interior_nul_in_env_value_is_error() {
386
fn test_creation_flags() {
387
use crate::os::windows::process::CommandExt;
388
use crate::sys::c::{BOOL, DWORD, INFINITE};
389
- #[repr(C, packed)]
+ #[repr(C)]
390
struct DEBUG_EVENT {
391
pub event_code: DWORD,
392
pub process_id: DWORD,
0 commit comments