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
11
vendor/pin-project-lite/tests/ui/pin_project/unpin_sneaky.stderr
vendored
Normal file
11
vendor/pin-project-lite/tests/ui/pin_project/unpin_sneaky.stderr
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
error[E0412]: cannot find type `__Origin` in this scope
|
||||
--> tests/ui/pin_project/unpin_sneaky.rs:10:16
|
||||
|
|
||||
10 | impl Unpin for __Origin {} //~ 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:10:1
|
||||
|
|
||||
10 | impl Unpin for __Origin {} //~ ERROR E0412,E0321
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^ can't implement cross-crate trait with a default impl for non-struct/enum type
|
||||
Loading…
Add table
Add a link
Reference in a new issue