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.
1 parent e23bf04 commit 88692d2Copy full SHA for 88692d2
library/std/src/sys/windows/os.rs
@@ -322,7 +322,7 @@ pub fn temp_dir() -> PathBuf {
322
fn home_dir_crt() -> Option<PathBuf> {
323
unsafe {
324
// Defined in processthreadsapi.h.
325
- const CURRENT_PROCESS_TOKEN: usize = -4isize as usize;
+ const CURRENT_PROCESS_TOKEN: usize = -4_isize as usize;
326
327
super::fill_utf16_buf(
328
|buf, mut sz| {
0 commit comments