From 987f2d6afa6b0a9bfd920bafb7fb25bcd4430583 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 27 Feb 2018 00:29:21 -0800 Subject: [PATCH] Fix 'typed-uri' UI test for latest nightly. --- codegen/tests/ui/typed-uri-bad-type.stderr | 1 + 1 file changed, 1 insertion(+) diff --git a/codegen/tests/ui/typed-uri-bad-type.stderr b/codegen/tests/ui/typed-uri-bad-type.stderr index db6d57d2..28ca9637 100644 --- a/codegen/tests/ui/typed-uri-bad-type.stderr +++ b/codegen/tests/ui/typed-uri-bad-type.stderr @@ -30,3 +30,4 @@ error[E0277]: the trait bound `S: rocket::http::uri::FromUriParam<_>` is not sat error: aborting due to 4 previous errors +If you want more information on this error, try using "rustc --explain E0277"