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/ptr_unsupported.stderr
vendored
Normal file
17
vendor/cxx/tests/ui/ptr_unsupported.stderr
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
error: C++ does not allow pointer to reference as a type
|
||||
--> tests/ui/ptr_unsupported.rs:6:38
|
||||
|
|
||||
6 | fn get_ptr_to_reference() -> *mut &C;
|
||||
| ^^^^^^^
|
||||
|
||||
error: unsupported unique_ptr target type
|
||||
--> tests/ui/ptr_unsupported.rs:7:38
|
||||
|
|
||||
7 | fn get_uniqueptr_to_ptr() -> UniquePtr<*mut C>;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: unsupported vector element type
|
||||
--> tests/ui/ptr_unsupported.rs:8:45
|
||||
|
|
||||
8 | fn get_vector_of_ptr() -> UniquePtr<CxxVector<*mut C>>;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
Loading…
Add table
Add a link
Reference in a new issue