std::process::Command can't echo environment variables #95400
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-process
Area: `std::process` and `std::env`
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen:
Print the content of the $123 environment variable
Instead, this happened:
It literally prints $123
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: