new_mark -> apply_mark, new_rename -> apply_rename

This commit is contained in:
John Clements
2014-07-03 14:38:59 -07:00
parent b8cd7f7c6d
commit aa91ef0cf8
3 changed files with 29 additions and 29 deletions

View File

@@ -765,7 +765,7 @@ mod test {
use ext::mtwt;
fn mark_ident(id : ast::Ident, m : ast::Mrk) -> ast::Ident {
ast::Ident{name:id.name,ctxt:mtwt::new_mark(m,id.ctxt)}
ast::Ident{name:id.name,ctxt:mtwt::apply_mark(m,id.ctxt)}
}
#[test] fn mtwt_token_eq_test() {