devcontainers / devcontainers/features
rust: install multiple toolchains
Open
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
For the same use case in #1273 (fuzzing), allow the devcontainer to have _multiple_ rust toolchains. Fuzzing, miri, etc. require nightly rust. But other development defaults to (and can be hindered by) a move to nightly.
I admit this could be solved by two different dev containers today, but filing this issue because of the downside to that: namely, the need to maintain two separate clones, cargo caches, etc.
Contributor guide
Assessment
This issue has not been assessed yet.