diff options
author | John Hodge <tpg@mutabah.net> | 2016-05-02 12:51:05 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-05-02 12:51:05 +0800 |
commit | 809ac4b7f439a6f5b0fe97d3215ad79e510f4c10 (patch) | |
tree | 8cf11a34fd0c92d9a2a3e0aea3e2ade1a1df1d49 /src/main.cpp | |
parent | a87c8d9ce4b789ba26146f2f574937558687789a (diff) | |
download | mrust-809ac4b7f439a6f5b0fe97d3215ad79e510f4c10.tar.gz |
AST - Make trait in UFCS paths be an optional Path
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 07e25f0f..2030a663 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -122,7 +122,7 @@ int main(int argc, char *argv[]) //Resolve_UfcsPaths(crate);
// OLD resolve code, kinda bad
- ResolvePaths(crate);
+ //ResolvePaths(crate);
});
// XXX: Dump crate before typecheck
|