summaryrefslogtreecommitdiff
path: root/src/tools/miri/tests/pass/tree-borrows/reserved.stderr
blob: afb917002221e14cf11a541690c530de783d5cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[interior mut + protected] Foreign Read: Re* -> Frz
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  1
| Act|    └─┬──<TAG=root of the allocation>
| Re*|      └─┬──<TAG=base>
| Re*|        ├─┬──<TAG=x>
| Re*|        │ └─┬──<TAG=caller:x>
| Frz|        │   └────<TAG=callee:x>
| Re*|        └────<TAG=y, caller:y, callee:y>
──────────────────────────────────────────────────────────────────────
[interior mut] Foreign Read: Re* -> Re*
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  8
| Act|    └─┬──<TAG=root of the allocation>
| Re*|      └─┬──<TAG=base>
| Re*|        ├────<TAG=x>
| Re*|        └────<TAG=y>
──────────────────────────────────────────────────────────────────────
[interior mut] Foreign Write: Re* -> Re*
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  8
| Act|    └─┬──<TAG=root of the allocation>
| Act|      └─┬──<TAG=base>
| Re*|        ├────<TAG=x>
| Act|        └────<TAG=y>
──────────────────────────────────────────────────────────────────────
[protected] Foreign Read: Res -> Frz
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  1
| Act|    └─┬──<TAG=root of the allocation>
| Res|      └─┬──<TAG=base>
| Res|        ├─┬──<TAG=x>
| Res|        │ └─┬──<TAG=caller:x>
| Frz|        │   └────<TAG=callee:x>
| Res|        └────<TAG=y, caller:y, callee:y>
──────────────────────────────────────────────────────────────────────
[] Foreign Read: Res -> Res
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  1
| Act|    └─┬──<TAG=root of the allocation>
| Res|      └─┬──<TAG=base>
| Res|        ├────<TAG=x>
| Res|        └────<TAG=y>
──────────────────────────────────────────────────────────────────────
[] Foreign Write: Res -> Dis
──────────────────────────────────────────────────────────────────────
Warning: this tree is indicative only. Some tags may have been hidden.
0..  1
| Act|    └─┬──<TAG=root of the allocation>
| Act|      └─┬──<TAG=base>
| Dis|        ├────<TAG=x>
| Act|        └────<TAG=y>
──────────────────────────────────────────────────────────────────────