summaryrefslogtreecommitdiff
path: root/src/ast/path.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-08-25 17:47:34 +0800
committerJohn Hodge <tpg@mutabah.net>2015-08-25 17:47:34 +0800
commitaaa9780a3b5a1c78b6f5e0eb1c46405ee044b750 (patch)
tree60a2dd51b06e66cbc584e6e8a7f56ace52d08a59 /src/ast/path.hpp
parentb372cfc36b5be1f73d3d79c399530cffd4ce444a (diff)
downloadmrust-aaa9780a3b5a1c78b6f5e0eb1c46405ee044b750.tar.gz
Rename tagged_enum to tagged_union
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r--src/ast/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index ff267c73..7cc4a181 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -10,7 +10,7 @@
#include <initializer_list>
#include <cassert>
#include <serialise.hpp>
-#include <tagged_enum.hpp>
+#include <tagged_union.hpp>
class TypeRef;