about summary refs log tree commit diff
path: root/src/test/ui/issues
diff options
context:
space:
mode:
authorC <DeveloperC@protonmail.com>2020-12-05 14:21:50 +0000
committerC <DeveloperC@protonmail.com>2020-12-29 14:03:30 +0000
commit206b2ca61ee467d65f674ab83d13a57fe15c7252 (patch)
tree83abc5f3b71b460753991c3dd30bf0dffbc51489 /src/test/ui/issues
parentf7a6f0cae3f6850ad84b8fa6ba6b9f06ae94c27d (diff)
test: updated expected Vec src path
Diffstat (limited to 'src/test/ui/issues')
-rw-r--r--src/test/ui/issues/issue-20433.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/issues/issue-20433.stderr b/src/test/ui/issues/issue-20433.stderr
index 3f7226c79bf..5fed02164b5 100644
--- a/src/test/ui/issues/issue-20433.stderr
+++ b/src/test/ui/issues/issue-20433.stderr
@@ -4,7 +4,7 @@ error[E0277]: the size for values of type `[i32]` cannot be known at compilation
 LL |     fn iceman(c: Vec<[i32]>) {}
    |                  ^^^^^^^^^^ doesn't have a size known at compile-time
    | 
-  ::: $SRC_DIR/alloc/src/vec.rs:LL:COL
+  ::: $SRC_DIR/alloc/src/vec/mod.rs:LL:COL
    |
 LL | pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
    |                - required by this bound in `Vec`