aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/unpin_sneaky.stderr
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-13 10:48:04 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-13 10:49:00 +0100
commit926348bf52270896ffe3aefa3021ddba5f0aa0c1 (patch)
treeba170ab2fc6423814191be920bb4d1cc53f9b287 /tests/ui/pin_project/unpin_sneaky.stderr
parent23166d66dc01778780a8d46bd0bc4ebf2033f2ef (diff)
downloadpin-project-926348bf52270896ffe3aefa3021ddba5f0aa0c1.tar.gz
Upgrade pin-project to 1.0.12main-16k-with-phones
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/pin-project For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I970f12737ae466548757b47ad4582afce563a778
Diffstat (limited to 'tests/ui/pin_project/unpin_sneaky.stderr')
-rw-r--r--tests/ui/pin_project/unpin_sneaky.stderr6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/pin_project/unpin_sneaky.stderr b/tests/ui/pin_project/unpin_sneaky.stderr
index ddf700d..82c2aa5 100644
--- a/tests/ui/pin_project/unpin_sneaky.stderr
+++ b/tests/ui/pin_project/unpin_sneaky.stderr
@@ -3,9 +3,3 @@ error[E0412]: cannot find type `__S` in this scope
|
9 | impl Unpin for __S {} //~ ERROR E0412,E0321
| ^^^ not found in this scope
-
-error[E0321]: cross-crate traits with a default impl, like `Unpin`, can only be implemented for a struct/enum type, not `[type error]`
- --> tests/ui/pin_project/unpin_sneaky.rs:9:1
- |
-9 | impl Unpin for __S {} //~ ERROR E0412,E0321
- | ^^^^^^^^^^^^^^^^^^ can't implement cross-crate trait with a default impl for non-struct/enum type