From 1febf19e71549e622420f50f25099ba3005a1133 Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Thu, 22 Jan 2015 15:42:02 +0800 Subject: (minor) Comment update --- src/ast/ast.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast/ast.cpp') diff --git a/src/ast/ast.cpp b/src/ast/ast.cpp index a5af04f5..b8de6d4c 100644 --- a/src/ast/ast.cpp +++ b/src/ast/ast.cpp @@ -107,6 +107,7 @@ const Module& Crate::get_root_module(const ::std::string& name) const { Impl& Crate::find_impl(const TypeRef& trait, const TypeRef& type) { + // TODO: Support autoderef here? throw ParseError::Generic( FMT("TODO: Lookup impl of " << trait << " for type " << type)); } -- cgit v1.2.3