We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc6445 commit 26f0a55Copy full SHA for 26f0a55
src/test/run-fail/assert-eq-macro-fail.rs
@@ -1,4 +1,4 @@
1
-// error-pattern:left: 14 does not equal right: 15
+// error-pattern:assertion failed: `(left == right) && (right == left)` (left: `14`, right: `15`)
2
3
#[deriving(Eq)]
4
struct Point { x : int }
0 commit comments