summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/sempass2.nim')
-rw-r--r--compiler/sempass2.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim
index d6cc4180b..9bc811a03 100644
--- a/compiler/sempass2.nim
+++ b/compiler/sempass2.nim
@@ -12,6 +12,9 @@ import
   wordrecg, strutils, options, guards, lineinfos, semfold, semdata,
   modulegraphs, varpartitions, typeallowed, nilcheck, errorhandling, tables
 
+when defined(nimPreviewSlimSystem):
+  import std/assertions
+
 when defined(useDfa):
   import dfa
 
akspecs/aerc/blame/Makefile?h=0.5.1&id=3cf6c82633fb153663e7927e20818f355d949a89'>^
d30a6e3 ^


f42724c ^


78fc83e ^
fc719e4 ^
d30a6e3 ^


fc719e4 ^





58bc15b ^


fc719e4 ^



58bc15b ^

fc719e4 ^
f42724c ^

d30a6e3 ^
fc719e4 ^

78fc83e ^
fc719e4 ^
3874269 ^
3e7ac52 ^
7f540df ^
3874269 ^




c21ec37 ^
7f540df ^
d30a6e3 ^
7f540df ^



fc719e4 ^


d30a6e3 ^
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