impls of traits cannot define methods on the anonymous trait

This commit is contained in:
Brian Anderson 2012-11-29 18:37:33 -08:00
parent 78ee821154
commit 3ed9fbd63c
23 changed files with 87 additions and 84 deletions

View file

@ -27,7 +27,6 @@ export parse_from_source_str;
use parser::Parser;
use attr::parser_attr;
use common::parser_common;
use ast::node_id;
use util::interner;
use diagnostic::{span_handler, mk_span_handler, mk_handler, emitter};