summaryrefslogtreecommitdiff
path: root/src/include/span.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-06-09 10:26:29 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-06-09 10:26:29 +0800
commit9f8d9fa81be1c11b50bc5ced608a3bd18a53de21 (patch)
tree47afd8dc73eac7e3da7f0c5e5b36b05c5dd65be9 /src/include/span.hpp
parent83dbb728f62306d2e43b2688dd0f2d320fd5b038 (diff)
downloadmrust-9f8d9fa81be1c11b50bc5ced608a3bd18a53de21.tar.gz
Fix build broken by MSVC port
Diffstat (limited to 'src/include/span.hpp')
-rw-r--r--src/include/span.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/span.hpp b/src/include/span.hpp
index 11ffc005..ddb08ae3 100644
--- a/src/include/span.hpp
+++ b/src/include/span.hpp
@@ -30,6 +30,7 @@ struct ProtoSpan
};
struct Span
{
+ //::std::unique_ptr<Span> outer_span; // Expansion target for macros
RcString filename;
unsigned int start_line;