summaryrefslogtreecommitdiff
path: root/src/hir/path.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-16 11:29:23 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-16 11:29:23 +0800
commitcca4ff65a4fc2f52563ee5db5a2b358b813d946f (patch)
tree68bb4e2eb93463f3d55d6904895101206da3a76e /src/hir/path.cpp
parent2ef7be5dc9f455e5dd9d8753aa34e2bb5db7f587 (diff)
downloadmrust-cca4ff65a4fc2f52563ee5db5a2b358b813d946f.tar.gz
HIR - Few more expression nodes
Diffstat (limited to 'src/hir/path.cpp')
-rw-r--r--src/hir/path.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hir/path.cpp b/src/hir/path.cpp
index 23b9c448..3ea90b9f 100644
--- a/src/hir/path.cpp
+++ b/src/hir/path.cpp
@@ -31,6 +31,10 @@ namespace HIR {
}
}
+::HIR::PathParams::PathParams()
+{
+}
+
::HIR::GenericPath::GenericPath()
{
}