From b655fb9ea7d81d03cf049ae32babda19003631e5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 16 Nov 2011 14:41:32 -0800 Subject: Replace 'mutable?' with 'const' --- src/comp/syntax/print/pprust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/syntax/print/pprust.rs') diff --git a/src/comp/syntax/print/pprust.rs b/src/comp/syntax/print/pprust.rs index e2d829f5217..f65ca2fbd57 100644 --- a/src/comp/syntax/print/pprust.rs +++ b/src/comp/syntax/print/pprust.rs @@ -1307,7 +1307,7 @@ fn print_op_maybe_parens(s: ps, expr: @ast::expr, outer_prec: int) { fn print_mutability(s: ps, mut: ast::mutability) { alt mut { ast::mut. { word_nbsp(s, "mutable"); } - ast::maybe_mut. { word_nbsp(s, "mutable?"); } + ast::maybe_mut. { word_nbsp(s, "const"); } ast::imm. {/* nothing */ } } } -- cgit 1.4.1-3-g733a5