so pulled telescope ran setup script and
so, pulled telescope, ran setup script and decided to try xr_terminal just to see and hit an error with fusion
error[E0658]: `let...else` statements are unstable
--> /$HOME/.cargo/registry/src/github.com-1ecc6299db9ec823/stardust-xr-fusion-0.25.4/src/lib.rs:75:4
|
75 | let Some(handler) = handler.upgrade() else { return Err(anyhow!("Handler broken")) };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `stardust-xr-fusion` due to 6 previous errorserror[E0658]: `let...else` statements are unstable
--> /$HOME/.cargo/registry/src/github.com-1ecc6299db9ec823/stardust-xr-fusion-0.25.4/src/lib.rs:75:4
|
75 | let Some(handler) = handler.upgrade() else { return Err(anyhow!("Handler broken")) };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `stardust-xr-fusion` due to 6 previous errors