summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-06-04 14:41:34 +0800
committerJohn Hodge <tpg@mutabah.net>2015-06-04 14:41:34 +0800
commitf15fcf3c440e3c9c40fa606b0904fb85a8510464 (patch)
treea477b63bf9d9141b170292aedb6df9cf8eeb2580 /src/main.cpp
parent029bf073a1ec77a06d6c64ab7166c74f13486926 (diff)
downloadmrust-f15fcf3c440e3c9c40fa606b0904fb85a8510464.tar.gz
Rework path handling and resolve to better handle Self
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 339fdb1e..8f39b78e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
// Typecheck / type propagate module (type annotations of all values)
// - Check all generic conditions (ensure referenced trait is valid)
// > Also mark parameter with applicable traits
- #if 1
+ #if 0
g_cur_phase = "TypecheckBounds";
Typecheck_GenericBounds(crate);
// - Check all generic parameters match required conditions