aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/remove-attr-from-struct.stderr
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
committerHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
commit803535edf46cf1e4d0b092b6b2e52ae776b41711 (patch)
treeb4a59a0bf295d7cc3837dd372b5068cb95023fc6 /tests/ui/pin_project/remove-attr-from-struct.stderr
parent438febf9aeb3ae1f64584c3e316bde5abe74c6ed (diff)
downloadpin-project-803535edf46cf1e4d0b092b6b2e52ae776b41711.tar.gz
Upgrade rust/crates/pin-project to 1.0.3
Test: make Change-Id: I40b14687ddecaafea9fb37915b89a22937816bb6
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