diff options
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r-- | src/hir/from_ast.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp index f03f2000..5a758354 100644 --- a/src/hir/from_ast.cpp +++ b/src/hir/from_ast.cpp @@ -1002,6 +1002,9 @@ namespace { ) } + // TODO: If this trait is object safe, build up the vtable (and vtable type) + // - Or do it in a pass? + rv.m_is_marker = f.is_marker(); return rv; |