From f3b059c006d6faf5b624e054e36a225670ffd730 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 24 Jan 2020 21:36:31 -0800 Subject: [PATCH] Discard unimportant lines from ui tests --- tests/ui/not_found.stderr | 2 -- tests/ui/parse_key.stderr | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/ui/not_found.stderr b/tests/ui/not_found.stderr index c62bbe7..b38f1a3 100644 --- a/tests/ui/not_found.stderr +++ b/tests/ui/not_found.stderr @@ -3,5 +3,3 @@ error[E0425]: cannot find value `x` in this scope | 4 | json!({ "a" : x }); | ^ not found in this scope - -For more information about this error, try `rustc --explain E0425`. diff --git a/tests/ui/parse_key.stderr b/tests/ui/parse_key.stderr index 7e70b11..ea09836 100644 --- a/tests/ui/parse_key.stderr +++ b/tests/ui/parse_key.stderr @@ -3,5 +3,3 @@ error[E0609]: no field `s` on type `&'static str` | 4 | json!({ "".s : true }); | ^ - -For more information about this error, try `rustc --explain E0609`.