• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0391]: cycle detected when computing layout of `core::option::Option<S>`
2   |
3   = note: ...which requires computing layout of `S`...
4   = note: ...which requires computing layout of `core::option::Option<<S as Mirror>::It>`...
5   = note: ...which again requires computing layout of `core::option::Option<S>`, completing the cycle
6   = note: cycle used when computing layout of `core::option::Option<<S as Mirror>::It>`
7
8error: aborting due to previous error
9
10For more information about this error, try `rustc --explain E0391`.
11