summaryrefslogtreecommitdiff
path: root/src/ast/ast.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-24 19:46:08 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-24 19:46:08 +0800
commit17e187070ddb96356dd4c2607d3360fb4f0ac6e0 (patch)
tree0e72e5633a705700c5034af14e1bb560f48f6a92 /src/ast/ast.hpp
parent35ef3b33b3be9b03f693727706a2184a8c1b1e54 (diff)
downloadmrust-17e187070ddb96356dd4c2607d3360fb4f0ac6e0.tar.gz
AST - Hackily support `self: Box` syntax
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r--src/ast/ast.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp
index b5fd07ea..1cd4d1ac 100644
--- a/src/ast/ast.hpp
+++ b/src/ast/ast.hpp
@@ -156,7 +156,7 @@ public:
BorrowShared,
//RawMut,
//RawConst,
- //Box,
+ Box,
};
private: