Skip to content

feat(server_openvr): ✨ Defer TrackedDevices initialization #4943

feat(server_openvr): ✨ Defer TrackedDevices initialization

feat(server_openvr): ✨ Defer TrackedDevices initialization #4943

Triggered via pull request March 14, 2025 02:34
Status Failure
Total duration 8m 19s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
check-macos
Process completed with exit code 101.
check-linux-latest
Process completed with exit code 101.
check-linux-latest: alvr/server_openvr/src/lib.rs#L303
error: this public function might dereference a raw pointer but is not marked `unsafe` --> alvr/server_openvr/src/lib.rs:303:41 | 303 | unsafe { RegisterButton(instance_ptr, button_id) }; | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref = note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default
check-linux-old
Process completed with exit code 101.
check-linux-old: alvr/server_openvr/src/lib.rs#L303
error: this public function might dereference a raw pointer but is not marked `unsafe` --> alvr/server_openvr/src/lib.rs:303:41 | 303 | unsafe { RegisterButton(instance_ptr, button_id) }; | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref = note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default
check-windows
Process completed with exit code 1.
check-windows: alvr/server_openvr/src/lib.rs#L303
error: this public function might dereference a raw pointer but is not marked `unsafe` --> alvr\server_openvr\src\lib.rs:303:41 | 303 | unsafe { RegisterButton(instance_ptr, button_id) }; | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref = note: `#[deny(clippy::not_unsafe_ptr_arg_deref)]` on by default