./configure
should not silently overwrite an existing config.toml
#110109
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
I expected to see this happen: ./configure notices that I have an existing config.toml and gives a hard error unless I remove it (or automatically backs up the file somewhere).
Instead, this happened: ./configure overwrites the file without warning.
Meta
HEAD is branched from eb3e9c1.
The text was updated successfully, but these errors were encountered: