From d7b786b5b36a60c661b3a66f68ce3bdd10faad5a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 24 Oct 2022 12:00:35 +0200 Subject: [PATCH] rustup --- rust-version | 2 +- src/shims/windows/foreign_items.rs | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/rust-version b/rust-version index eb0301bee2ac6..768658b1a1224 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -b1ab3b738ac718da74cd4aa0bb7f362d0adbdf84 +56f132565eb31eeb9ec7e1800a6ab2ca354e710e diff --git a/src/shims/windows/foreign_items.rs b/src/shims/windows/foreign_items.rs index 184ba997fc861..2a34a3a47bbb5 100644 --- a/src/shims/windows/foreign_items.rs +++ b/src/shims/windows/foreign_items.rs @@ -418,13 +418,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> { // Indicate an error. this.write_null(dest)?; } - "GetFileInformationByHandleEx" if this.frame_in_std() => { - #[allow(non_snake_case)] - let [_hFile, _FileInformationClass, _lpFileInformation, _dwBufferSize] = - this.check_shim(abi, Abi::System { unwind: false }, link_name, args)?; - // Just make it fail. - this.write_null(dest)?; - } "GetFileType" if this.frame_in_std() => { #[allow(non_snake_case)] let [_hFile] =