[INFO] fetching crate winvd 0.0.20... [INFO] testing winvd-0.0.20 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate winvd 0.0.20 into /workspace/builds/worker-63/source [INFO] validating manifest of crates.io crate winvd 0.0.20 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate winvd 0.0.20 [INFO] finished tweaking crates.io crate winvd 0.0.20 [INFO] tweaked toml for crates.io crate winvd 0.0.20 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d9fd0cef4c6085e7d174ec0a9a890e66ed7ff00c41d7440802d60d1c596d9dd [INFO] running `Command { std: "docker" "start" "-a" "5d9fd0cef4c6085e7d174ec0a9a890e66ed7ff00c41d7440802d60d1c596d9dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d9fd0cef4c6085e7d174ec0a9a890e66ed7ff00c41d7440802d60d1c596d9dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d9fd0cef4c6085e7d174ec0a9a890e66ed7ff00c41d7440802d60d1c596d9dd", kill_on_drop: false }` [INFO] [stdout] 5d9fd0cef4c6085e7d174ec0a9a890e66ed7ff00c41d7440802d60d1c596d9dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68b35b41a635701bfe504ddbe582776d80e662a64403b2b39540f75bb3bdef67 [INFO] running `Command { std: "docker" "start" "-a" "68b35b41a635701bfe504ddbe582776d80e662a64403b2b39540f75bb3bdef67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling com_macros_support v0.2.0 [INFO] [stderr] Compiling com_macros v0.2.0 [INFO] [stderr] Compiling com v0.2.0 [INFO] [stderr] Compiling winvd v0.0.20 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/hstring.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/hstring.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/hstring.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | .encode_wide() [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&OsStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/hstring.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | let f = OsString::from_wide(strr); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:102:48 [INFO] [stdout] | [INFO] [stdout] 102 | objectarray.get_at(i, &IVirtualDesktop::IID, &mut ptr) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 | objectarray.get_at(i, &::IID, &mut ptr) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:217:48 [INFO] [stdout] | [INFO] [stdout] 217 | objectarray.get_at(i, &IVirtualDesktop2::IID, &mut ptr) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 217 | objectarray.get_at(i, &::IID, &mut ptr) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | #[com_interface("6d5140c1-7436-11ce-8034-00aa006009fa")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 103 | | pub trait IServiceProvider: IUnknown { [INFO] [stdout] 104 | | unsafe fn query_service( [INFO] [stdout] 105 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 108 | | ppvObject: *mut *mut c_void, [INFO] [stdout] 109 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iservice_provider_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | #[com_interface("6d5140c1-7436-11ce-8034-00aa006009fa")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 103 | | pub trait IServiceProvider: IUnknown { [INFO] [stdout] 104 | | unsafe fn query_service( [INFO] [stdout] 105 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 114 | | ppvObject: *mut *mut c_void, [INFO] [stdout] 115 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iservice_provider_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | #[com_interface("a5cd92ff-29be-454c-8d04-d82879fb3f1b")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 119 | | pub trait IVirtualDesktopManager: IUnknown { [INFO] [stdout] 120 | | unsafe fn is_window_on_current_desktop( [INFO] [stdout] 121 | | &self, [INFO] [stdout] 122 | | topLevelWindow: HWND, [INFO] [stdout] 123 | | outOnCurrentDesktop: *mut bool, [INFO] [stdout] 124 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | #[com_interface("a5cd92ff-29be-454c-8d04-d82879fb3f1b")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 119 | | pub trait IVirtualDesktopManager: IUnknown { [INFO] [stdout] 120 | | unsafe fn is_window_on_current_desktop( [INFO] [stdout] 121 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 128 | | outDesktopId: *mut DesktopID, [INFO] [stdout] 129 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | #[com_interface("a5cd92ff-29be-454c-8d04-d82879fb3f1b")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 119 | | pub trait IVirtualDesktopManager: IUnknown { [INFO] [stdout] 120 | | unsafe fn is_window_on_current_desktop( [INFO] [stdout] 121 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 133 | | desktopId: *const DesktopID, [INFO] [stdout] 134 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] 141 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] 141 | | -> HRESULT; [INFO] [stdout] 142 | | unsafe fn get_runtime_class_name(&self, outOptClassName: *mut HSTRING) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] 141 | | -> HRESULT; [INFO] [stdout] 142 | | unsafe fn get_runtime_class_name(&self, outOptClassName: *mut HSTRING) -> HRESULT; [INFO] [stdout] 143 | | unsafe fn get_trust_level(&self, ptrTrustLevel: LPVOID) -> HRESULT; [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 145 | | /* IApplicationView methods */ [INFO] [stdout] 146 | | unsafe fn set_focus(&self) -> HRESULT; [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 146 | | unsafe fn set_focus(&self) -> HRESULT; [INFO] [stdout] 147 | | unsafe fn switch_to(&self) -> HRESULT; [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 148 | | [INFO] [stdout] 149 | | unsafe fn try_invoke_back(&self, ptrAsyncCallback: IAsyncCallback) -> HRESULT; [INFO] [stdout] | |_________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 149 | | unsafe fn try_invoke_back(&self, ptrAsyncCallback: IAsyncCallback) -> HRESULT; [INFO] [stdout] 150 | | unsafe fn get_thumbnail_window(&self, outHwnd: *mut HWND) -> HRESULT; [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 150 | | unsafe fn get_thumbnail_window(&self, outHwnd: *mut HWND) -> HRESULT; [INFO] [stdout] 151 | | unsafe fn get_monitor(&self, outMonitors: *mut *mut IImmersiveMonitor) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 151 | | unsafe fn get_monitor(&self, outMonitors: *mut *mut IImmersiveMonitor) -> HRESULT; [INFO] [stdout] 152 | | unsafe fn get_visibility(&self, outInt: LPVOID) -> HRESULT; [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 156 | | unknown: INT, [INFO] [stdout] 157 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 157 | | ) -> HRESULT; [INFO] [stdout] 158 | | unsafe fn get_position(&self, unknownIid: *const IID, unknownArrayPtr: LPVOID) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 158 | | unsafe fn get_position(&self, unknownIid: *const IID, unknownArrayPtr: LPVOID) -> HRESULT; [INFO] [stdout] 159 | | unsafe fn set_position(&self, viewPosition: *mut IApplicationViewPosition) -> HRESULT; [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 159 | | unsafe fn set_position(&self, viewPosition: *mut IApplicationViewPosition) -> HRESULT; [INFO] [stdout] 160 | | unsafe fn insert_after_window(&self, window: HWND) -> HRESULT; [INFO] [stdout] | |_________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 160 | | unsafe fn insert_after_window(&self, window: HWND) -> HRESULT; [INFO] [stdout] 161 | | unsafe fn get_extended_frame_position(&self, rect: *mut RECT) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 161 | | unsafe fn get_extended_frame_position(&self, rect: *mut RECT) -> HRESULT; [INFO] [stdout] 162 | | unsafe fn get_app_user_model_id(&self, id: *mut PWSTR) -> HRESULT; // Proc17 [INFO] [stdout] | |_____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 162 | | unsafe fn get_app_user_model_id(&self, id: *mut PWSTR) -> HRESULT; // Proc17 [INFO] [stdout] 163 | | unsafe fn set_app_user_model_id(&self, id: PCWSTR) -> HRESULT; [INFO] [stdout] | |_________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 163 | | unsafe fn set_app_user_model_id(&self, id: PCWSTR) -> HRESULT; [INFO] [stdout] 164 | | unsafe fn is_equal_by_app_user_model_id(&self, id: PCWSTR, outResult: *mut INT) -> HRESULT; [INFO] [stdout] | |______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 166 | | /*** IApplicationView methods ***/ [INFO] [stdout] 167 | | unsafe fn get_view_state(&self, outState: *mut UINT) -> HRESULT; // Proc20 [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 167 | | unsafe fn get_view_state(&self, outState: *mut UINT) -> HRESULT; // Proc20 [INFO] [stdout] 168 | | unsafe fn set_view_state(&self, state: UINT) -> HRESULT; // Proc21 [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 168 | | unsafe fn set_view_state(&self, state: UINT) -> HRESULT; // Proc21 [INFO] [stdout] 169 | | unsafe fn get_neediness(&self, outNeediness: *mut INT) -> HRESULT; // Proc22 [INFO] [stdout] | |_____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 169 | | unsafe fn get_neediness(&self, outNeediness: *mut INT) -> HRESULT; // Proc22 [INFO] [stdout] 170 | | unsafe fn get_last_activation_timestamp(&self, outTimestamp: *mut ULONGLONG) -> HRESULT; [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 170 | | unsafe fn get_last_activation_timestamp(&self, outTimestamp: *mut ULONGLONG) -> HRESULT; [INFO] [stdout] 171 | | unsafe fn set_last_activation_timestamp(&self, timestamp: ULONGLONG) -> HRESULT; [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 171 | | unsafe fn set_last_activation_timestamp(&self, timestamp: ULONGLONG) -> HRESULT; [INFO] [stdout] 172 | | unsafe fn get_virtual_desktop_id(&self, outDesktopGuid: *mut DesktopID) -> HRESULT; [INFO] [stdout] | |______________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 172 | | unsafe fn get_virtual_desktop_id(&self, outDesktopGuid: *mut DesktopID) -> HRESULT; [INFO] [stdout] 173 | | unsafe fn set_virtual_desktop_id(&self, desktopGuid: *const DesktopID) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 173 | | unsafe fn set_virtual_desktop_id(&self, desktopGuid: *const DesktopID) -> HRESULT; [INFO] [stdout] 174 | | unsafe fn get_show_in_switchers(&self, outShow: *mut INT) -> HRESULT; [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 174 | | unsafe fn get_show_in_switchers(&self, outShow: *mut INT) -> HRESULT; [INFO] [stdout] 175 | | unsafe fn set_show_in_switchers(&self, show: INT) -> HRESULT; [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 175 | | unsafe fn set_show_in_switchers(&self, show: INT) -> HRESULT; [INFO] [stdout] 176 | | unsafe fn get_scale_factor(&self, outScaleFactor: *mut INT) -> HRESULT; [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 176 | | unsafe fn get_scale_factor(&self, outScaleFactor: *mut INT) -> HRESULT; [INFO] [stdout] 177 | | unsafe fn can_receive_input(&self, outCan: *mut BOOL) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 180 | | outPolicyType: *mut APPLICATION_VIEW_COMPATIBILITY_POLICY, [INFO] [stdout] 181 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 184 | | policyType: APPLICATION_VIEW_COMPATIBILITY_POLICY, [INFO] [stdout] 185 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 194 | | outSize2: *mut SIZE, [INFO] [stdout] 195 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 200 | | outSize2: *mut SIZE, [INFO] [stdout] 201 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 206 | | size2: *const SIZE, [INFO] [stdout] 207 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 210 | | [INFO] [stdout] 211 | | unsafe fn on_min_size_preferences_updated(&self, window: HWND) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 211 | | unsafe fn on_min_size_preferences_updated(&self, window: HWND) -> HRESULT; [INFO] [stdout] 212 | | unsafe fn apply_operation(&self, operation: *mut IApplicationViewOperation) -> HRESULT; [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 212 | | unsafe fn apply_operation(&self, operation: *mut IApplicationViewOperation) -> HRESULT; [INFO] [stdout] 213 | | unsafe fn is_tray(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 213 | | unsafe fn is_tray(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] 214 | | unsafe fn is_in_high_zorder_band(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 214 | | unsafe fn is_in_high_zorder_band(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] 215 | | unsafe fn is_splash_screen_presented(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 215 | | unsafe fn is_splash_screen_presented(&self, outIs: *mut BOOL) -> HRESULT; [INFO] [stdout] 216 | | unsafe fn flash(&self) -> HRESULT; [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 219 | | appView: *mut Option>, [INFO] [stdout] 220 | | ) -> HRESULT; // proc45 [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 223 | | objects: *mut Option>, [INFO] [stdout] 224 | | ) -> HRESULT; // proc46 [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 225 | | [INFO] [stdout] 226 | | unsafe fn get_enterprise_id(&self, outId: *mut PWSTR) -> HRESULT; // proc47 [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 226 | | unsafe fn get_enterprise_id(&self, outId: *mut PWSTR) -> HRESULT; // proc47 [INFO] [stdout] 227 | | unsafe fn is_mirrored(&self, outIs: *mut BOOL) -> HRESULT; // [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 228 | | [INFO] [stdout] 229 | | unsafe fn unknown1(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 229 | | unsafe fn unknown1(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] 230 | | unsafe fn unknown2(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 230 | | unsafe fn unknown2(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] 231 | | unsafe fn unknown3(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 231 | | unsafe fn unknown3(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] 232 | | unsafe fn unknown4(&self, arg: INT) -> HRESULT; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 232 | | unsafe fn unknown4(&self, arg: INT) -> HRESULT; [INFO] [stdout] 233 | | unsafe fn unknown5(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 233 | | unsafe fn unknown5(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] 234 | | unsafe fn unknown6(&self, arg: INT) -> HRESULT; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 234 | | unsafe fn unknown6(&self, arg: INT) -> HRESULT; [INFO] [stdout] 235 | | unsafe fn unknown7(&self) -> HRESULT; [INFO] [stdout] | |________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 235 | | unsafe fn unknown7(&self) -> HRESULT; [INFO] [stdout] 236 | | unsafe fn unknown8(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 236 | | unsafe fn unknown8(&self, arg: *mut INT) -> HRESULT; [INFO] [stdout] 237 | | unsafe fn unknown9(&self, arg: INT) -> HRESULT; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 237 | | unsafe fn unknown9(&self, arg: INT) -> HRESULT; [INFO] [stdout] 238 | | unsafe fn unknown10(&self, arg: INT, arg2: INT) -> HRESULT; [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 238 | | unsafe fn unknown10(&self, arg: INT, arg2: INT) -> HRESULT; [INFO] [stdout] 239 | | unsafe fn unknown11(&self, arg: INT) -> HRESULT; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:137:1 [INFO] [stdout] | [INFO] [stdout] 137 | #[com_interface("372E1D3B-38D3-42E4-A15B-8AB2B178F513")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 138 | | pub trait IApplicationView: IUnknown { [INFO] [stdout] 139 | | /* IInspecateble */ [INFO] [stdout] 140 | | unsafe fn get_iids(&self, outIidCount: *mut ULONG, outOptIidArrayPtr: *mut *mut IID) [INFO] [stdout] ... | [INFO] [stdout] 239 | | unsafe fn unknown11(&self, arg: INT) -> HRESULT; [INFO] [stdout] 240 | | unsafe fn unknown12(&self, arg: *mut SIZE) -> HRESULT; [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | #[com_interface("92ca9dcd-5622-4bba-a805-5e9f541bd8c9")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 244 | | pub trait IObjectArray: IUnknown { [INFO] [stdout] 245 | | unsafe fn get_count(&self, outPcObjects: *mut UINT) -> HRESULT; [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iobject_array_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | #[com_interface("92ca9dcd-5622-4bba-a805-5e9f541bd8c9")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 244 | | pub trait IObjectArray: IUnknown { [INFO] [stdout] 245 | | unsafe fn get_count(&self, outPcObjects: *mut UINT) -> HRESULT; [INFO] [stdout] 246 | | unsafe fn get_at(&self, uiIndex: UINT, riid: *const IID, outValue: *mut *mut c_void) [INFO] [stdout] 247 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iobject_array_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | #[com_interface("ff72ffdd-be7e-43fc-9c03-ad81681e88e4")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 251 | | pub trait IVirtualDesktop: IUnknown { [INFO] [stdout] 252 | | unsafe fn is_view_visible( [INFO] [stdout] 253 | | &self, [INFO] [stdout] 254 | | pView: ComRc, [INFO] [stdout] 255 | | outBool: *mut u32, [INFO] [stdout] 256 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | #[com_interface("ff72ffdd-be7e-43fc-9c03-ad81681e88e4")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 251 | | pub trait IVirtualDesktop: IUnknown { [INFO] [stdout] 252 | | unsafe fn is_view_visible( [INFO] [stdout] 253 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 256 | | ) -> HRESULT; [INFO] [stdout] 257 | | unsafe fn get_id(&self, outGuid: *mut DesktopID) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | #[com_interface("31ebde3f-6ec3-4cbd-b9fb-0ef6d09b41f4")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 261 | | pub trait IVirtualDesktop2: IUnknown { [INFO] [stdout] 262 | | unsafe fn is_view_visible( [INFO] [stdout] 263 | | &self, [INFO] [stdout] 264 | | pView: ComRc, [INFO] [stdout] 265 | | outBool: *mut u32, [INFO] [stdout] 266 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | #[com_interface("31ebde3f-6ec3-4cbd-b9fb-0ef6d09b41f4")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 261 | | pub trait IVirtualDesktop2: IUnknown { [INFO] [stdout] 262 | | unsafe fn is_view_visible( [INFO] [stdout] 263 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 266 | | ) -> HRESULT; [INFO] [stdout] 267 | | unsafe fn get_id(&self, outGuid: *mut DesktopID) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | #[com_interface("31ebde3f-6ec3-4cbd-b9fb-0ef6d09b41f4")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 261 | | pub trait IVirtualDesktop2: IUnknown { [INFO] [stdout] 262 | | unsafe fn is_view_visible( [INFO] [stdout] 263 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 267 | | unsafe fn get_id(&self, outGuid: *mut DesktopID) -> HRESULT; [INFO] [stdout] 268 | | unsafe fn get_name(&self, outName: *mut HSTRING) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] 275 | | unsafe fn get_views_by_zorder(&self, outViews: *mut Option>) [INFO] [stdout] 276 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 281 | | outViews: *mut Option>, [INFO] [stdout] 282 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 287 | | outView: *mut Option>, [INFO] [stdout] 288 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 293 | | outView: *mut Option>, [INFO] [stdout] 294 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 299 | | outView: *mut Option>, [INFO] [stdout] 300 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 304 | | outView: *mut Option>, [INFO] [stdout] 305 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 306 | | [INFO] [stdout] 307 | | unsafe fn unknown1(&self, outView: *mut Option>) -> HRESULT; [INFO] [stdout] | |___________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 308 | | [INFO] [stdout] 309 | | unsafe fn refresh_collection(&self) -> HRESULT; [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 314 | | outId: *mut DWORD, [INFO] [stdout] 315 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | #[com_interface("1841c6d7-4f9d-42c0-af41-8747538f10e5")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 272 | | pub trait IApplicationViewCollection: IUnknown { [INFO] [stdout] 273 | | unsafe fn get_views(&self, outViews: *mut Option>) -> HRESULT; [INFO] [stdout] 274 | | [INFO] [stdout] ... | [INFO] [stdout] 316 | | [INFO] [stdout] 317 | | unsafe fn unregister_for_application_view_changes(&self, id: DWORD) -> HRESULT; [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `iapplication_view_collection_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 323 | | [INFO] [stdout] ... | [INFO] [stdout] 327 | | desktopFallback: ComRc, [INFO] [stdout] 328 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 323 | | [INFO] [stdout] ... | [INFO] [stdout] 333 | | desktopFallback: ComRc, [INFO] [stdout] 334 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 323 | | [INFO] [stdout] ... | [INFO] [stdout] 339 | | desktopFallback: ComRc, [INFO] [stdout] 340 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 323 | | [INFO] [stdout] ... | [INFO] [stdout] 341 | | [INFO] [stdout] 342 | | unsafe fn view_virtual_desktop_changed(&self, view: ComRc) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | #[com_interface("c179334c-4295-40d3-bea1-c654d965605a")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 321 | | pub trait IVirtualDesktopNotification: IUnknown { [INFO] [stdout] 322 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 323 | | [INFO] [stdout] ... | [INFO] [stdout] 347 | | desktopNew: ComRc, [INFO] [stdout] 348 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 361 | | desktopFallback: ComRc, [INFO] [stdout] 362 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 367 | | desktopFallback: ComRc, [INFO] [stdout] 368 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 373 | | desktopFallback: ComRc, [INFO] [stdout] 374 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 375 | | [INFO] [stdout] 376 | | unsafe fn view_virtual_desktop_changed(&self, view: ComRc) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 381 | | desktopNew: ComRc, [INFO] [stdout] 382 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | #[com_interface("1ba7cf30-3591-43fa-abfa-4aaf7abeedb7")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 355 | | pub trait IVirtualDesktopNotification2: IUnknown { [INFO] [stdout] 356 | | unsafe fn virtual_desktop_created(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] 357 | | [INFO] [stdout] ... | [INFO] [stdout] 386 | | newName: HSTRING, [INFO] [stdout] 387 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:390:1 [INFO] [stdout] | [INFO] [stdout] 390 | #[com_interface("0cd45e71-d927-4f15-8b0a-8fef525337bf")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 391 | | pub trait IVirtualDesktopNotificationService: IUnknown { [INFO] [stdout] 392 | | unsafe fn register( [INFO] [stdout] 393 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 397 | | outCookie: *mut DWORD, [INFO] [stdout] 398 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_service_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:390:1 [INFO] [stdout] | [INFO] [stdout] 390 | #[com_interface("0cd45e71-d927-4f15-8b0a-8fef525337bf")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 391 | | pub trait IVirtualDesktopNotificationService: IUnknown { [INFO] [stdout] 392 | | unsafe fn register( [INFO] [stdout] 393 | | &self, [INFO] [stdout] ... | [INFO] [stdout] 399 | | [INFO] [stdout] 400 | | unsafe fn unregister(&self, cookie: DWORD) -> HRESULT; [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_notification_service_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 412 | | desktop: ComRc, [INFO] [stdout] 413 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 419 | | canMove: *mut i32, [INFO] [stdout] 420 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 425 | | outDesktop: *mut Option>, [INFO] [stdout] 426 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 428 | | // Proc7 [INFO] [stdout] 429 | | unsafe fn get_desktops(&self, outDesktops: *mut Option>) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 435 | | outDesktop: *mut Option>, [INFO] [stdout] 436 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 438 | | // Proc9 [INFO] [stdout] 439 | | unsafe fn switch_desktop(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 442 | | unsafe fn create_desktop(&self, outDesktop: *mut Option>) [INFO] [stdout] 443 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 449 | | fallbackDesktop: ComRc, [INFO] [stdout] 450 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 456 | | outDesktop: *mut Option>, [INFO] [stdout] 457 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:403:1 [INFO] [stdout] | [INFO] [stdout] 403 | #[com_interface("f31574d6-b682-4cdc-bd56-1827860abec6")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 404 | | pub trait IVirtualDesktopManagerInternal: IUnknown { [INFO] [stdout] 405 | | // Proc3 [INFO] [stdout] 406 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 464 | | out2: *mut Option>, [INFO] [stdout] 465 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 481 | | desktop: ComRc, [INFO] [stdout] 482 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 488 | | canMove: *mut i32, [INFO] [stdout] 489 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 494 | | outDesktop: *mut Option>, [INFO] [stdout] 495 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 497 | | // Proc7 [INFO] [stdout] 498 | | unsafe fn get_desktops(&self, outDesktops: *mut Option>) -> HRESULT; [INFO] [stdout] | |_______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 504 | | outDesktop: *mut Option>, [INFO] [stdout] 505 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 507 | | // Proc9 [INFO] [stdout] 508 | | unsafe fn switch_desktop(&self, desktop: ComRc) -> HRESULT; [INFO] [stdout] | |____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 511 | | unsafe fn create_desktop(&self, outDesktop: *mut Option>) [INFO] [stdout] 512 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 518 | | fallbackDesktop: ComRc, [INFO] [stdout] 519 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 525 | | outDesktop: *mut Option>, [INFO] [stdout] 526 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 533 | | out2: *mut Option>, [INFO] [stdout] 534 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | #[com_interface("0f3a72b0-4566-487e-9a33-4ed302f6d6ce")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 473 | | pub trait IVirtualDesktopManagerInternal2: IUnknown { [INFO] [stdout] 474 | | // Proc3 [INFO] [stdout] 475 | | unsafe fn get_count(&self, outCount: *mut UINT) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 540 | | name: HSTRING, [INFO] [stdout] 541 | | ) -> HRESULT; [INFO] [stdout] | |________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_manager_internal2_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] | |______________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] 547 | | unsafe fn pin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] 547 | | unsafe fn pin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] 548 | | unsafe fn unpin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] 547 | | unsafe fn pin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 550 | | unsafe fn is_view_pinned(&self, view: ComRc, outIs: *mut bool) [INFO] [stdout] 551 | | -> HRESULT; [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] 547 | | unsafe fn pin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 551 | | -> HRESULT; [INFO] [stdout] 552 | | unsafe fn pin_view(&self, view: ComRc) -> HRESULT; [INFO] [stdout] | |___________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/interfaces.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | #[com_interface("4ce81583-1e4c-4632-a621-07a53543148f")] [INFO] [stdout] | ^------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | _in this procedural macro expansion [INFO] [stdout] | | [INFO] [stdout] 545 | | pub trait IVirtualDesktopPinnedApps: IUnknown { [INFO] [stdout] 546 | | unsafe fn is_app_pinned(&self, appId: PCWSTR, outIs: *mut bool) -> HRESULT; [INFO] [stdout] 547 | | unsafe fn pin_app(&self, appId: PCWSTR) -> HRESULT; [INFO] [stdout] ... | [INFO] [stdout] 552 | | unsafe fn pin_view(&self, view: ComRc) -> HRESULT; [INFO] [stdout] 553 | | unsafe fn unpin_view(&self, view: ComRc) -> HRESULT; [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #87678 [INFO] [stdout] = note: this warning originates in the macro `ivirtual_desktop_pinned_apps_gen_vtable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 124 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `winvd` due to 5 previous errors; 124 warnings emitted [INFO] running `Command { std: "docker" "inspect" "68b35b41a635701bfe504ddbe582776d80e662a64403b2b39540f75bb3bdef67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68b35b41a635701bfe504ddbe582776d80e662a64403b2b39540f75bb3bdef67", kill_on_drop: false }` [INFO] [stdout] 68b35b41a635701bfe504ddbe582776d80e662a64403b2b39540f75bb3bdef67