summary refs log tree commit diff stats
path: root/tests/readme.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-10-03 00:25:59 +0800
committerGitHub <noreply@github.com>2024-10-02 18:25:59 +0200
commitf7cb0322c2d7939398a064d2f31b63ed8902b1c6 (patch)
treef29816d57faf31e6d1984db73cc868952d580c3e /tests/readme.md
parent78983f1876726a49c69d65629ab433ea1310ece1 (diff)
downloadNim-f7cb0322c2d7939398a064d2f31b63ed8902b1c6.tar.gz
improve error messages for illegalCapture (#24214)
ref https://forum.nim-lang.org/t/12536

Use a general recommendation to avoid some weird error messages like
`<ref ref var Test>` etc.
Diffstat (limited to 'tests/readme.md')
0 files changed, 0 insertions, 0 deletions
<rumpf_a@web.de> 2018-07-17 13:19:42 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2018-07-17 13:19:42 +0200 WIP: strings/seqs based on destructors' href='/ahoang/Nim/commit/compiler/ccgliterals.nim?h=devel&id=32afdc09c6e2e6b32566df9e70cb71ae43eb9355'>32afdc09c ^
7d82df20b ^
32afdc09c ^
f485ebe16 ^
d83736221 ^

f108e8967 ^

a4543c1aa ^


32afdc09c ^

f108e8967 ^
32afdc09c ^
f485ebe16 ^
f108e8967 ^
a4543c1aa ^


d83736221 ^
f485ebe16 ^



a4543c1aa ^
f485ebe16 ^


a4543c1aa ^
f485ebe16 ^



d83736221 ^




a4543c1aa ^


d83736221 ^
1284827df ^
d83736221 ^
d83736221 ^







1284827df ^
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108