]> git.lizzy.rs Git - rust.git/blob - src/test/ui/recursion/issue-26548-recursion-via-normalize.stderr
Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov
[rust.git] / src / test / ui / recursion / issue-26548-recursion-via-normalize.stderr
1 error[E0391]: cycle detected when computing layout of `S`
2    |
3    = note: ...which requires computing layout of `std::option::Option<S>`...
4    = note: ...which again requires computing layout of `S`, completing the cycle
5 note: cycle used when optimizing MIR for `main`
6   --> $DIR/issue-26548-recursion-via-normalize.rs:15:1
7    |
8 LL | fn main() {
9    | ^^^^^^^^^
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0391`.