summaryrefslogtreecommitdiff
path: root/src/hir/pattern.hpp
diff options
context:
space:
mode:
authorJohn Hodge (bugs) <tpg@mutabah.net>2017-03-04 18:12:49 +0800
committerJohn Hodge (bugs) <tpg@mutabah.net>2017-03-04 18:12:49 +0800
commitc6fca061dd134068c831aefd88d9535a30f423ed (patch)
tree28fc4abecddf8514792a4cb748f1c6e5700274c1 /src/hir/pattern.hpp
parent03addc877bab648ccde022edec29f5b051ce7cb9 (diff)
downloadmrust-c6fca061dd134068c831aefd88d9535a30f423ed.tar.gz
Many many changes to allow compiling in visual studio (Community 2015)
Diffstat (limited to 'src/hir/pattern.hpp')
-rw-r--r--src/hir/pattern.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/pattern.hpp b/src/hir/pattern.hpp
index 4c38b150..df14de79 100644
--- a/src/hir/pattern.hpp
+++ b/src/hir/pattern.hpp
@@ -85,7 +85,7 @@ struct Pattern
(SplitTuple, struct {
::std::vector<Pattern> leading;
::std::vector<Pattern> trailing;
- unsigned int total_size = 0;
+ unsigned int total_size;
}),
(StructValue, struct {
GenericPath path;