fix(client_openxr): 🐛 Try fixing crash on Quest 2 related to multimodal #4695
rust.yml
on: pull_request
check-windows
3m 56s
check-linux
4m 20s
check-macos
55s
build-android
2m 5s
tests
50s
check-format
25s
check-msrv-windows
6m 23s
check-msrv-linux
3m 59s
Annotations
4 warnings
check-windows:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr\graphics\src\stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
check-windows:
alvr/client_openxr/src/interaction.rs#L233
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr\client_openxr\src\interaction.rs:233:53
|
233 | MultimodalMeta::new(xr_session.clone(), &extra_extensions, xr_system)
| ^^^^^^^^^^^^^^^^^ help: change this to: `extra_extensions`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
check-linux:
alvr/graphics/src/stream.rs#L227
warning: unsafe function's docs are missing a `# Safety` section
--> alvr/graphics/src/stream.rs:227:5
|
227 | pub unsafe fn render(&self, hardware_buffer: *mut c_void, view_params: [StreamViewParams; 2]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
check-linux:
alvr/client_openxr/src/interaction.rs#L233
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> alvr/client_openxr/src/interaction.rs:233:53
|
233 | MultimodalMeta::new(xr_session.clone(), &extra_extensions, xr_system)
| ^^^^^^^^^^^^^^^^^ help: change this to: `extra_extensions`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|