rust-lang / rustup

The Rust toolchain installer
https://rust-lang.github.io/rustup/
Apache License 2.0
6.1k stars 877 forks source link

rustup doc not opening in Arc Browser on Windows #3992

Open V0idLord opened 4 weeks ago

V0idLord commented 4 weeks ago

Verification

Problem

Trying any rustup doc command in windows terminal does not open the default Arc browser, works if I change default browser for Edge. No errors, just doesn't open. Not sure if its a rustup issue or Arc issue. Sorry if it's the latter.

image

Steps

  1. Open Windows terminal on Win11
  2. rustup doc --book
  3. Nothing happens

Possible Solution(s)

No response

Notes

No response

Rustup version

rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.80.1 (3f5fd8dd4 2024-08-06)`

Installed toolchains

Default host: x86_64-pc-windows-msvc
rustup home:  C:\Users\plato\.rustup

stable-x86_64-pc-windows-msvc (default)
rustc 1.80.1 (3f5fd8dd4 2024-08-06)

OS version

Edition Windows 11 Home
Version 23H2
Installed on    ‎26/‎06/‎2024
OS build    22631.4037
Experience  Windows Feature Experience Pack 1000.22700.1027.0
djc commented 3 weeks ago

rustup uses the opener crate for this. I suggest you open an issue against their repo.