]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-26548.stderr
New upstream version 1.34.2+dfsg1
[rustc.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:9: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`.