since 246f66a905c2815f2c9b9c3d6b1e0649f3360ef8 / https://github.com/rust-lang/rust/pull/99062 the linux rustc executables distributed by rustup are no longer executable: ``` rustup-toolchain-installer-master 246f66a905c2815f2c9b9c3d6b1e0649f3360ef8 ~/.rustup/toolchains/246f66a905c2815f2c9b9c3d6b1e0649f3360ef8/bin/rustc --version ``` ``` /home/matthias/.rustup/toolchains/246f66a905c2815f2c9b9c3d6b1e0649f3360ef8/bin/rustc: symbol lookup error: /home/matthias/.rustup/toolchains/246f66a905c2815f2c9b9c3d6b1e0649f3360ef8/bin/rustc: undefined symbol: _ZN3std2rt19lang_start_internal17h614c83dc44962c80E ``` The toolchain before that merge (263edd43c5255084292329423c61a9d69715ebf ) works fine for me. My target (is that the right term for it?) is `x86_64-unknown-linux-gnu`