Daniel Silverstone
Daniel Silverstone
This message was added because we'd had several people confused that the instructions to update their copy of rustup simply weren't working, because they didn't know they'd got it from...
I think I'd like to review this when I have more brain-space. I *am* aware that this can be annoying (I actually use rustup via nixos on some of my...
This kind of thing happens if Rustup's understanding of the installed toolchain gets out of sync with what is actually on the disk (e.g. if an IO error has corrupted...
@guest271314 @rbtcollins is quite correct. The amount of space required for a Rust toolchain varies by architecture and component set installed. For someone starting out and wanting to experiment, I'd...
Our test suite sets those variables in order to operate, so I'm not sure how this could be happening to you. Can you confirm that `CARGO_HOME` is definitely *exported* to...
My guess is that interactive shells are reading `.profile` but that the shell invoked by VSCode is not.
I guess a `build.rs` for my library could construct the various assets, and the library could offer a function to acquire and transfer the content to a `dist` type tree...
This is a big chunk of change - have you been running this locally too to verify nothing bad happens?
I think the suggestion I just threw into #2838 might be relevant. We should probably consolidate the two issues.
In theory we could. std and host are built for this target. We need to know by what means (cross from Windows x86_64? cross from Linux?) and for that I...