feat(server_openvr): ✨ Defer TrackedDevices initialization #4943
rust.yml
on: pull_request
check-windows
5m 1s
check-linux-latest
3m 26s
check-linux-old
3m 48s
check-macos
53s
build-android
1m 50s
tests
54s
check-format
21s
check-msrv-windows
8m 11s
check-msrv-linux
3m 48s
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
|