From 7aa5a5b5e8df41fc373858e9f4824e2cc51bc1b2 Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sat, 9 Jun 2018 15:51:24 +0000 Subject: [PATCH] bless output --- src/test/ui/crate-in-paths.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/crate-in-paths.stderr b/src/test/ui/crate-in-paths.stderr index 207f95992302..29eac342c523 100644 --- a/src/test/ui/crate-in-paths.stderr +++ b/src/test/ui/crate-in-paths.stderr @@ -1,5 +1,5 @@ error[E0425]: cannot find value `Foo` in this scope - --> $DIR/crate-in-paths.rs:9:5 + --> $DIR/crate-in-paths.rs:19:5 | LL | Foo; | ^^^ not found in this scope