about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorDouglas Campos <qmx@qmx.me>2018-06-09 15:51:24 +0000
committerDouglas Campos <qmx@qmx.me>2018-08-16 19:19:09 +0000
commit7aa5a5b5e8df41fc373858e9f4824e2cc51bc1b2 (patch)
treea1e428a56f33727daa45ff523455b8cea937c8a6 /src/test
parent5e9b50d4f5c62afbee8f913661ad7b31d34a15bf (diff)
downloadrust-7aa5a5b5e8df41fc373858e9f4824e2cc51bc1b2.tar.gz
rust-7aa5a5b5e8df41fc373858e9f4824e2cc51bc1b2.zip
bless output
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/crate-in-paths.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/crate-in-paths.stderr b/src/test/ui/crate-in-paths.stderr
index 207f9599230..29eac342c52 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