From 3faa2eedd8b9f58f29a5aeed710ffb91ec0f860b Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 6 Dec 2013 21:32:52 +0100 Subject: [nomaster] better error messages for various macro definition errors backport of 1d3ec4e708154ec05554f540d7d68ed55dc12426 --- test/files/neg/t5689.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t5689.check') diff --git a/test/files/neg/t5689.check b/test/files/neg/t5689.check index 50aaa7dbfe..e497e3bb07 100644 --- a/test/files/neg/t5689.check +++ b/test/files/neg/t5689.check @@ -1,4 +1,4 @@ -t5689.scala:4: error: macro implementation has wrong shape: +t5689.scala:4: error: macro implementation has incompatible shape: required: (c: scala.reflect.macros.Context)(i: c.Expr[Double]): c.Expr[String] found : (c: scala.reflect.macros.Context)(i: c.Expr[Double]): c.Expr[Int] type mismatch for return type: c.Expr[Int] does not conform to c.Expr[String] -- cgit v1.2.3