aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/remove-attr-from-struct.stderr
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-06 22:43:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-06 22:43:51 +0000
commit1f8d1834e3d402e53170cd757f0554d2984688ab (patch)
treeb4a59a0bf295d7cc3837dd372b5068cb95023fc6 /tests/ui/pin_project/remove-attr-from-struct.stderr
parent4dd54eb67e71737befa7207f038aec494aa80687 (diff)
parentedabc1003f5edda8ceb99e8e5a588da2a484b187 (diff)
downloadpin-project-1f8d1834e3d402e53170cd757f0554d2984688ab.tar.gz
Upgrade rust/crates/pin-project to 1.0.3 am: 803535edf4 am: edabc1003f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1541052 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2e130330b18707de5b0d9e312fe4f7a323f560f6
Diffstat (limited to 'tests/ui/pin_project/remove-attr-from-struct.stderr')
-rw-r--r--tests/ui/pin_project/remove-attr-from-struct.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/pin_project/remove-attr-from-struct.stderr b/tests/ui/pin_project/remove-attr-from-struct.stderr
index 97d9c23..4652b66 100644
--- a/tests/ui/pin_project/remove-attr-from-struct.stderr
+++ b/tests/ui/pin_project/remove-attr-from-struct.stderr
@@ -7,15 +7,15 @@ error: #[pin_project] attribute has been removed
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `pin` in this scope
- --> $DIR/remove-attr-from-struct.rs:10:7
+ --> $DIR/remove-attr-from-struct.rs:17:7
|
-10 | #[pin] //~ ERROR cannot find attribute `pin` in this scope
+17 | #[pin] //~ ERROR cannot find attribute `pin` in this scope
| ^^^
error: cannot find attribute `pin` in this scope
- --> $DIR/remove-attr-from-struct.rs:17:7
+ --> $DIR/remove-attr-from-struct.rs:10:7
|
-17 | #[pin] //~ ERROR cannot find attribute `pin` in this scope
+10 | #[pin] //~ ERROR cannot find attribute `pin` in this scope
| ^^^
error[E0277]: `PhantomPinned` cannot be unpinned