about summary refs log tree commit diff
path: root/src/test/ui/bad
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/bad
parentf7a6f0cae3f6850ad84b8fa6ba6b9f06ae94c27d (diff)
downloadrust-206b2ca61ee467d65f674ab83d13a57fe15c7252.tar.gz
rust-206b2ca61ee467d65f674ab83d13a57fe15c7252.zip
test: updated expected Vec src path
Diffstat (limited to 'src/test/ui/bad')
-rw-r--r--src/test/ui/bad/bad-sized.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/bad/bad-sized.stderr b/src/test/ui/bad/bad-sized.stderr
index 60a5bb9f786..260d78b543a 100644
--- a/src/test/ui/bad/bad-sized.stderr
+++ b/src/test/ui/bad/bad-sized.stderr
@@ -15,7 +15,7 @@ error[E0277]: the size for values of type `dyn Trait` cannot be known at compila
 LL |     let x: Vec<dyn Trait + Sized> = Vec::new();
    |            ^^^^^^^^^^^^^^^^^^^^^^ 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`