summaryrefslogtreecommitdiffstats
path: root/tests/ui/no-capture-arc.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/no-capture-arc.stderr (renamed from src/test/ui/no-capture-arc.stderr)5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/no-capture-arc.stderr b/tests/ui/no-capture-arc.stderr
index 9ae41e78c..296e1fb3f 100644
--- a/src/test/ui/no-capture-arc.stderr
+++ b/tests/ui/no-capture-arc.stderr
@@ -13,11 +13,6 @@ LL | assert_eq!((*arc_v)[2], 3);
| ^^^^^^^^ value borrowed here after move
|
= note: borrow occurs due to deref coercion to `Vec<i32>`
-note: deref defined here
- --> $SRC_DIR/alloc/src/sync.rs:LL:COL
- |
-LL | type Target = T;
- | ^^^^^^^^^^^
error: aborting due to previous error