1 2 3 4 5
error[E0425]: cannot find value `x` in this scope --> tests/ui/example_need_cell.rs:11:38 | 11 | let x = MySelfRefStruct { this: &x }; | ^ not found in this scope