aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/unpin_sneaky.stderr
blob: 82c2aa5b9109278c17183da67cd9ab6c1767db6e (plain)
1
2
3
4
5
error[E0412]: cannot find type `__S` in this scope
 --> tests/ui/pin_project/unpin_sneaky.rs:9:16
  |
9 | impl Unpin for __S {} //~ ERROR E0412,E0321
  |                ^^^ not found in this scope