blob: aadd1f973054aecd401135d178b25770234ae3e0 (
plain)
1
2
3
4
5
|
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
|