diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-22 20:58:14 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-22 20:58:14 +0800 |
commit | 91fc04283896d0db76f601228bd202bcd0291b17 (patch) | |
tree | 099258cff760573ea5eda3c9f09ba3612671cc6c /src | |
parent | 0298b8b18a749bb5b51fe9cbcdee5349b8ce1949 (diff) | |
download | mrust-91fc04283896d0db76f601228bd202bcd0291b17.tar.gz |
Resolve Absolute - Replace a TODO with the return it should have been
Diffstat (limited to 'src')
-rw-r--r-- | src/resolve/absolute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index 462e1660..fd451ca5 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -952,7 +952,7 @@ namespace { ), (Import, Resolve_Absolute_Path_BindAbsolute__hir_from_import(context, sp, false, path, e.path); - TODO(sp, "Imports in HIR mod items - " << e.path); + return ; ), (Struct, // Bind and update path |