]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-26548.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-26548.stderr
1 error[E0391]: cycle detected when computing layout of `std::option::Option<S>`
2    |
3 note: ...which requires computing layout of `S`...
4    = note: ...which again requires computing layout of `std::option::Option<S>`, completing the cycle
5 note: cycle used when processing `main`
6   --> $DIR/issue-26548.rs:19:1
7    |
8 LL | fn main() { //~ NOTE cycle used when processing `main`
9    | ^^^^^^^^^
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0391`.