about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/rustc/middle/typeck/collect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/typeck/collect.rs b/src/rustc/middle/typeck/collect.rs
index 5d3842e6085..6ef38f0ef3b 100644
--- a/src/rustc/middle/typeck/collect.rs
+++ b/src/rustc/middle/typeck/collect.rs
@@ -257,7 +257,7 @@ fn check_methods_against_trait(ccx: @crate_ctxt,
           some({mty: m, id, span}) {
             if m.purity != if_m.purity {
                 ccx.tcx.sess.span_err(
-                    span, #fmt["method `%s`'s purity \
+                    span, #fmt["method `%s`'s purity does \
                                 not match the trait method's \
                                 purity", *m.ident]);
             }