Announcing Rust 1.53.0

A new Rust blog post/announcement has been posted!

Get the full details here: Announcing Rust 1.53.0 | Rust Blog

3 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

Wooo! I’m unreasonably happy for IntoIterator implemented on arrays, lol. Lot of nice useful QoL stuff this time though!

1 Like

Fails to install on the last stage for me – can’t move files from temporary directory to where they’re supposed to be. Gotta research. :neutral_face:

2 Likes

I’ve only seen that happen if out of partition space … ^.^;

1 Like

Forgot to say: trivially “fixed” by uninstalling all toolchains and then installing them again.

It seems to be related to stable and nightly sharing the same directory for the rust-src cargo component.

2 Likes

How odd, I’ve never experienced such an issue on the many computers I use rustup on. Do they share rust-docs?! That seems odd considering how separated everything is kept, plus I don’t see nightly docs in my stable IDE runs…

2 Likes

Sorry, I meant rust-src. Made an edit above. And yep, quite peculiar indeed. That’s the first time ever I had a problem with rustup,

2 Likes

I don’t see how rust-src could be shared either because your stable and nightly versions will always run different rust-src as their versions aren’t going to match? Hmm, I’ve gotta check this…

âžś find . -maxdepth 5 -name src -type d 
./toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src
./toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src

No it looks like they are separate directories? I’m really curious what was going on… ^.^;

Are you on windows or something while something was accessing the rust compiler or something?

1 Like

I am on the latest macOS (11.4 as of this writing). I only have latest stable and latest nightly. Here’s exactly what happened (check the one line at the bottom which is IMO the pertinent one):

rustup update stable
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: latest update on 2021-06-17, rust version 1.53.0 (53cb7b09b 2021-06-17)
info: downloading component 'rust-analysis'
info: downloading component 'rust-src'
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: removing previous version of component 'rust-analysis'
info: removing previous version of component 'rust-src'
info: removing previous version of component 'cargo'
info: removing previous version of component 'clippy'
info: removing previous version of component 'rust-docs'
info: removing previous version of component 'rust-std'
info: removing previous version of component 'rustc'
info: removing previous version of component 'rustfmt'
info: installing component 'rust-analysis'
info: installing component 'rust-src'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
 16.1 MiB /  16.1 MiB (100 %)   6.0 MiB/s in  2s ETA:  0s
info: rolling back changes
error: could not rename component file from '/Users/dimi/.rustup/tmp/4byfy8ofuadm5cno_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin'
error: could not rename component file from '/Users/dimi/.rustup/tmp/j_wn0x6uvk8vzs6j_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/share/man'
error: could not rename component file from '/Users/dimi/.rustup/tmp/rauhdl3ti72z19s3_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/etc'
error: could not rename component file from '/Users/dimi/.rustup/tmp/88_u9kl9zg9yugib_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/share/zsh'
error: could not rename component file from '/Users/dimi/.rustup/tmp/xol549n7nf6dr4er_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/term'
error: could not rename component file from '/Users/dimi/.rustup/tmp/wer_7hdfyy4a__zm_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/term/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/jljngb05nn63nqoo_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/term/src/terminfo'
error: could not rename component file from '/Users/dimi/.rustup/tmp/yfnwsyo4jyg9lez5_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/term/src/terminfo/parser'
error: could not rename component file from '/Users/dimi/.rustup/tmp/lp8m614d557kdo8d_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/alloc'
error: could not rename component file from '/Users/dimi/.rustup/tmp/qxfb8eeyx218zsdu_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/alloc/benches'
error: could not rename component file from '/Users/dimi/.rustup/tmp/nilj8cf2kcoh67ls_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/benches'
error: could not rename component file from '/Users/dimi/.rustup/tmp/pz6i783ozdt0i6mz_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch'
error: could not rename component file from '/Users/dimi/.rustup/tmp/xxowla73ui42twj3_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/ci'
error: could not rename component file from '/Users/dimi/.rustup/tmp/rg_2d_s3zg3_qv5c_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/ci/docker'
error: could not rename component file from '/Users/dimi/.rustup/tmp/rijqiaj0t8sx4iby_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace'
error: could not rename component file from '/Users/dimi/.rustup/tmp/_pn8szu7dwiijc5w_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/4nqcrscil8nd4zgx_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/src/symbolize'
error: could not rename component file from '/Users/dimi/.rustup/tmp/6kqlovyc0kbzlz7q_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/os'
error: could not rename component file from '/Users/dimi/.rustup/tmp/kgrxbnw3ajpb1s6d_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/alloc/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/1zlli56jp95ke43l_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/collections'
error: could not rename component file from '/Users/dimi/.rustup/tmp/lqnpyhmo0787_hmn_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/alloc/src/collections/btree'
error: could not rename component file from '/Users/dimi/.rustup/tmp/1yx8m67ztq2wexyv_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates'
error: could not rename component file from '/Users/dimi/.rustup/tmp/g41eec7ptijluxbg_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch'
error: could not rename component file from '/Users/dimi/.rustup/tmp/k__x9weyr7df9rxx_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/gk75bu5gxszvvpss_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/acle'
error: could not rename component file from '/Users/dimi/.rustup/tmp/s7tmw7l1oc9eu3y4_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core'
error: could not rename component file from '/Users/dimi/.rustup/tmp/zktugpv_31jwzq05_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/benches'
error: could not rename component file from '/Users/dimi/.rustup/tmp/sfbu35o3exzb80a1_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/tests'
error: could not rename component file from '/Users/dimi/.rustup/tmp/2bk_c37h377li3s2_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/tests/num'
error: could not rename component file from '/Users/dimi/.rustup/tmp/f_71rnh4cfb0crgu_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/tests/num/flt2dec'
error: could not rename component file from '/Users/dimi/.rustup/tmp/fdg7i1ke4ctnkcc9_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/tj9jupxw_4mneo7t_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/slice'
error: could not rename component file from '/Users/dimi/.rustup/tmp/uhk1u2fe5giit6uj_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/net'
error: could not rename component file from '/Users/dimi/.rustup/tmp/2yd6rfyq_r1bgtag_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/std_detect'
error: could not rename component file from '/Users/dimi/.rustup/tmp/bq5md9b_oaren8m1_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/bjvl8wiu6o_jgvdo_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect'
error: could not rename component file from '/Users/dimi/.rustup/tmp/c1rc35ahpdh40jel_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os'
error: could not rename component file from '/Users/dimi/.rustup/tmp/qskhj151huxz8iyy_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/test'
error: could not rename component file from '/Users/dimi/.rustup/tmp/1dd7b29m15pno30j_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/test/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/887hoipycsn_sqqz_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/ci'
error: could not rename component file from '/Users/dimi/.rustup/tmp/8af8x370u8yz7rc7_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/ci/docker'
error: could not rename component file from '/Users/dimi/.rustup/tmp/yv9yp7yl_r0bgkub_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sync'
error: could not rename component file from '/Users/dimi/.rustup/tmp/uda4dmobl4_s92wy_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/ffi'
error: could not rename component file from '/Users/dimi/.rustup/tmp/cpb551mv7lf2mi_4_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys_common'
error: could not rename component file from '/Users/dimi/.rustup/tmp/fwg0qj1my7_d37jg_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/profiler_builtins'
error: could not rename component file from '/Users/dimi/.rustup/tmp/k43xtv0itnlj2_tv_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/unix'
error: could not rename component file from '/Users/dimi/.rustup/tmp/6ul_46kevc7wi2vt_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test'
error: could not rename component file from '/Users/dimi/.rustup/tmp/jf0ieepjpk9bvcyo_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/iter'
error: could not rename component file from '/Users/dimi/.rustup/tmp/guvbuy_ufdabkoqi_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/hermit'
error: could not rename component file from '/Users/dimi/.rustup/tmp/2fk44ve396w1eu8h_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/proc_macro'
error: could not rename component file from '/Users/dimi/.rustup/tmp/vapipkzs724ww0cp_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/io'
error: could not rename component file from '/Users/dimi/.rustup/tmp/vaiyn3trahgni6ys_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/num'
error: could not rename component file from '/Users/dimi/.rustup/tmp/erm5yjx8g82p7t_l_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/stream'
error: could not rename component file from '/Users/dimi/.rustup/tmp/qz0ci5eytb9qjcuc_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/assert-instr-macro'
error: could not rename component file from '/Users/dimi/.rustup/tmp/94_6aqn3js0a1r75_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/tests'
error: could not rename component file from '/Users/dimi/.rustup/tmp/yzf2ye3r1kzgbs9f_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/fmt'
error: could not rename component file from '/Users/dimi/.rustup/tmp/z583rm_mk89m_33l_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/mips'
error: could not rename component file from '/Users/dimi/.rustup/tmp/hvjgdrhjf358ffng_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/panic_unwind'
error: could not rename component file from '/Users/dimi/.rustup/tmp/iekh1ehxl_3qn64t_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/panic_unwind/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/3_md2_ijy1ab6vos_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen'
error: could not rename component file from '/Users/dimi/.rustup/tmp/nci0pk8r53ob7mk1_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/collections'
error: could not rename component file from '/Users/dimi/.rustup/tmp/hmsc4t54xco5isbe_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/collections/hash'
error: could not rename component file from '/Users/dimi/.rustup/tmp/77hhbmi4_il9gt9z_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/sgx'
error: could not rename component file from '/Users/dimi/.rustup/tmp/acxoxs7wey8yz92t_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sync/mpsc'
error: could not rename component file from '/Users/dimi/.rustup/tmp/yp7notyxr5oqngv6_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/unwind'
error: could not rename component file from '/Users/dimi/.rustup/tmp/fdrxsdcjohuphov4_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64'
error: could not rename component file from '/Users/dimi/.rustup/tmp/fhz1fg9e3d03lvno_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/stdarch-verify'
error: could not rename component file from '/Users/dimi/.rustup/tmp/vxl0u9v48af29m_5_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/num/flt2dec'
error: could not rename component file from '/Users/dimi/.rustup/tmp/rzaxjip72yg2yw52_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/9fy_w2j8rrwtd436_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project'
error: could not rename component file from '/Users/dimi/.rustup/tmp/u8vidihwr77ac4bo_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project/libunwind'
error: could not rename component file from '/Users/dimi/.rustup/tmp/vp4v1q936kvn3f1n_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project/libunwind/include'
error: could not rename component file from '/Users/dimi/.rustup/tmp/ws139d7ke836h4it_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/benches/num'
error: could not rename component file from '/Users/dimi/.rustup/tmp/jeqlu75y00p8bx7n_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/arm'
error: could not rename component file from '/Users/dimi/.rustup/tmp/k7knrcodq_seu734_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/proc_macro/src'
error: could not rename component file from '/Users/dimi/.rustup/tmp/gjxoutbc4ztc5uah_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/tests/iter'
error: could not rename component file from '/Users/dimi/.rustup/tmp/fotw81ww_vzn7ww0_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro'
error: could not rename component file from '/Users/dimi/.rustup/tmp/xy015owxo0t0gre7_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/sgx/waitqueue'
error: could not rename component file from '/Users/dimi/.rustup/tmp/54labjx_cos99sow_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/thread'
error: could not rename component file from '/Users/dimi/.rustup/tmp/ivqrpda4ifx1vp9t_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project/libunwind/test'
error: could not rename component file from '/Users/dimi/.rustup/tmp/410pw7baf712rpr7_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project/libunwind/test/libunwind'
error: could not rename component file from '/Users/dimi/.rustup/tmp/qrpa3iuvtugx3_k4_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/unix/ext'
error: could not rename component file from '/Users/dimi/.rustup/tmp/0jzqo7hldkeauxnk_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/unix/process'
error: could not rename component file from '/Users/dimi/.rustup/tmp/9t2dnyj__hfc06gt_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/panic_abort'
error: could not rename component file from '/Users/dimi/.rustup/tmp/8zyles82sl817mnf_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/backtrace/.github'
error: could not rename component file from '/Users/dimi/.rustup/tmp/ykca2ul6uhovvhd__dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/sgx/abi'
error: could not rename component file from '/Users/dimi/.rustup/tmp/ojfqsd0xmectsx_h_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/tls'
error: could not rename component file from '/Users/dimi/.rustup/tmp/xlg58n4jint9_v5d_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/sys/wasi'
error: could not rename component file from '/Users/dimi/.rustup/tmp/gmjzm6x6izqglyt8_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src/llvm-project/libunwind/cmake'
error: could not rename component file from '/Users/dimi/.rustup/tmp/uu5g_3fen6yu7jqp_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/benches/num/flt2dec'
error: could not rename component file from '/Users/dimi/.rustup/tmp/igyjgjctia62lmia_dir/bk' to '/Users/dimi/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/stdarch/.github'
error: failed to install component: 'rust-docs-x86_64-apple-darwin', detected conflict: 'share/doc/rust/html'
2 Likes

OK, so maybe it was something related to the docs after all.

2 Likes

The lines like this is a HUGE indicator that it, well, just couldn’t move the file over after it extracted it, which implies either out of space or that the file it tried to access was already in use and locked by some other program?

1 Like

I think it’s related to my Emacs’ ElixirLS instance exhausting all file descriptors but not sure.

2 Likes

Oooo yeah if that was open it could cause issues during upgrade in a variety of cases…

1 Like