From f15fcf3c440e3c9c40fa606b0904fb85a8510464 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 4 Jun 2015 14:41:34 +0800 Subject: Rework path handling and resolve to better handle Self --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3