aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-11 15:12:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-11 15:12:13 +0000
commite43f58f322631f588c014f497d29aac986311335 (patch)
tree4ff684b6890583131074a1033210f0ac7abb1d0d /tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
parenta5c0a13309164da22025014778cf4d794aec96a6 (diff)
parent5ca84867572d2f96230b8450e77205925f9a1848 (diff)
downloadpin-project-e43f58f322631f588c014f497d29aac986311335.tar.gz
Upgrade rust/crates/pin-project to 1.0.8 am: c1569cc62c am: 02a74e9451 am: 854e9fcb8c am: 5ca8486757
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1791108 Change-Id: Ic60b19fff1caa373f70662267f680ba63e0fd2bc
Diffstat (limited to 'tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr')
-rw-r--r--tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr b/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
index 44322ec..01e5080 100644
--- a/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
+++ b/tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr
@@ -7,4 +7,4 @@ error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type
14 | impl<T> Unpin for Struct<T> {}
| --------------------------- first implementation here
|
- = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
+ = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)