summary refs log blame commit diff stats
path: root/tests/ui/example_need_cell.stderr
blob: a01c9ae342d5f52fa6e1d2f0f56c9ecb1a7bcb6b (plain) (tree)
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