The Wayback Machine - https://web.archive.org/web/20201031213103/https://github.com/rust-lang/rust/blob/master/x.py
Skip to content
Permalink
master
Go to file
5 contributors

Users who have contributed to this file

@petrochenkov @barik @Mark-Simulacrum @alexcrichton @achanda
executable file 11 lines (8 sloc) 270 Bytes
#!/usr/bin/env python
# This file is only a "symlink" to bootstrap.py, all logic should go there.
import os
import sys
rust_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
import bootstrap
bootstrap.main()
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.