Remove by-mutable-ref mode from the compiler
and test cases. Closes #3513
This commit is contained in:
parent
05999290e2
commit
f96a2a2ca1
26 changed files with 59 additions and 95 deletions
|
@ -1688,7 +1688,6 @@ fn print_fn_block_args(s: ps, decl: ast::fn_decl,
|
|||
|
||||
fn mode_to_str(m: ast::mode) -> ~str {
|
||||
match m {
|
||||
ast::expl(ast::by_mutbl_ref) => ~"&",
|
||||
ast::expl(ast::by_move) => ~"-",
|
||||
ast::expl(ast::by_ref) => ~"&&",
|
||||
ast::expl(ast::by_val) => ~"++",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue