about summary refs log tree commit diff
path: root/tests/ui/resolve/visibility-indeterminate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/visibility-indeterminate.rs')
-rw-r--r--tests/ui/resolve/visibility-indeterminate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/visibility-indeterminate.rs b/tests/ui/resolve/visibility-indeterminate.rs
index 17e5fec4701..181bb290774 100644
--- a/tests/ui/resolve/visibility-indeterminate.rs
+++ b/tests/ui/resolve/visibility-indeterminate.rs
@@ -2,6 +2,6 @@
 
 foo!(); //~ ERROR cannot find macro `foo` in this scope
 
-pub(in ::bar) struct Baz {} //~ ERROR cannot determine resolution for the visibility
+pub(in ::bar) struct Baz {} //~ ERROR failed to resolve: could not find `bar` in the list of imported crates
 
 fn main() {}