Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
17
vendor/cxx/tests/ui/rust_pinned.stderr
vendored
Normal file
17
vendor/cxx/tests/ui/rust_pinned.stderr
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
error[E0277]: `PhantomPinned` cannot be unpinned
|
||||
--> tests/ui/rust_pinned.rs:6:14
|
||||
|
|
||||
6 | type Pinned;
|
||||
| ^^^^^^ within `Pinned`, the trait `Unpin` is not implemented for `PhantomPinned`
|
||||
|
|
||||
= note: consider using `Box::pin`
|
||||
note: required because it appears within the type `Pinned`
|
||||
--> tests/ui/rust_pinned.rs:10:12
|
||||
|
|
||||
10 | pub struct Pinned {
|
||||
| ^^^^^^
|
||||
note: required by a bound in `__AssertUnpin`
|
||||
--> tests/ui/rust_pinned.rs:6:9
|
||||
|
|
||||
6 | type Pinned;
|
||||
| ^^^^^^^^^^^^ required by this bound in `__AssertUnpin`
|
||||
Loading…
Add table
Add a link
Reference in a new issue