Rust #5602
Annotations
1 error and 2 warnings
|
|
|
alvr/client_openxr/src/lib.rs#L156
warning: unreachable expression
--> alvr/client_openxr/src/lib.rs:156:40
|
156 | .create_session(xr_system, &graphics::session_create_info(graphics_context))
| ^-----------------------------------------------
| ||
| |any code following this expression is unreachable
| unreachable expression
|
note: this expression has type `openxr::opengles::SessionCreateInfo`, which is uninhabited
--> alvr/client_openxr/src/lib.rs:156:41
|
156 | .create_session(xr_system, &graphics::session_create_info(graphics_context))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
|
|
alvr/launcher/src/actions.rs#L285
warning: this assertion has a constant value
--> alvr/launcher/src/actions.rs:285:9
|
285 | assert!(cfg!(windows));
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider moving this into a const block: `const { assert!(..) }`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#assertions_on_constants
= note: `#[warn(clippy::assertions_on_constants)]` on by default
|
The logs for this run have expired and are no longer available.
Loading