replace <commit> placeholder with the actual commit in vendoring error #120499
Open
Description
opened on Jan 30, 2024
Currently, vendoring error related to missing vendor directory is as follows:
rust/src/bootstrap/bootstrap.py
Lines 1034 to 1046 in 5ad7454
It would be more appropriate to replace the placeholder in the URL provided in error message with an actual commit hash (The one we use for downloading ci rustc. See fn download_ci_rustc_commit). This way, the link can be copied and used without requiring extra effort to manually replace the placeholder with the commit hash.
Activity