• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0412]: cannot find type `__S` in this scope
2  --> tests/ui/pin_project/unpin_sneaky.rs:11:16
3   |
411 | impl Unpin for __S {} //~ ERROR E0412,E0321
5   |                ^^^ not found in this scope
6