We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bbe8c commit b4382c0Copy full SHA for b4382c0
src/bootstrap/bootstrap.py
@@ -1035,6 +1035,10 @@ def check_vendored_status(self):
1035
eprint(' Run `cargo vendor {}` to initialize the '
1036
'vendor directory.'.format(sync_dirs))
1037
eprint('Alternatively, use the pre-vendored `rustc-src` dist component.')
1038
+ eprint('You can download it from '
1039
+ 'https://forge.rust-lang.org/infra/other-installation-methods.html#source-code')
1040
+ eprint('and then place the vendor directory from the archive in the root')
1041
+ eprint('of the rust project.')
1042
raise Exception("{} not found".format(vendor_dir))
1043
1044
if not os.path.exists(cargo_dir):
0 commit comments