Thanks to visit codestin.com Credit goes to github.com
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 8de487f + 45ad522 commit 6fd9555Copy full SHA for 6fd9555
library/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