impls of traits cannot define methods on the anonymous trait
This commit is contained in:
parent
78ee821154
commit
3ed9fbd63c
23 changed files with 87 additions and 84 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue