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
18
vendor/cxx/tests/ui/unique_ptr_to_opaque.stderr
vendored
Normal file
18
vendor/cxx/tests/ui/unique_ptr_to_opaque.stderr
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
error[E0271]: type mismatch resolving `<outside::C as ExternType>::Kind == Trivial`
|
||||
--> tests/ui/unique_ptr_to_opaque.rs:22:25
|
||||
|
|
||||
22 | cxx::UniquePtr::new(outside::C { a: 4 });
|
||||
| ------------------- ^^^^^^^^^^^^^^^^^^^ type mismatch resolving `<outside::C as ExternType>::Kind == Trivial`
|
||||
| |
|
||||
| required by a bound introduced by this call
|
||||
|
|
||||
note: expected this to be `Trivial`
|
||||
--> tests/ui/unique_ptr_to_opaque.rs:8:21
|
||||
|
|
||||
8 | type Kind = cxx::kind::Opaque;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
note: required by a bound in `UniquePtr::<T>::new`
|
||||
--> src/unique_ptr.rs
|
||||
|
|
||||
| T: ExternType<Kind = Trivial>,
|
||||
| ^^^^^^^^^^^^^^ required by this bound in `UniquePtr::<T>::new`
|
||||
Loading…
Add table
Add a link
Reference in a new issue