]> git.lizzy.rs Git - rust.git/blob - x.py
Index HIR after creating TyCtxt
[rust.git] / x.py
1 #!/usr/bin/env python
2
3 # This file is only a "symlink" to bootstrap.py, all logic should go there.
4
5 import os
6 import sys
7 rust_dir = os.path.dirname(os.path.abspath(__file__))
8 sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
9
10 import bootstrap
11 bootstrap.main()