summary refs log tree commit diff stats
path: root/lib/pure/concurrency
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2016-07-30 14:22:24 +0100
committerKier Davis <kierdavis@gmail.com>2016-07-30 14:29:45 +0100
commit2bea2bdbbf0b709811203f64d07ba6ddf3e90cc7 (patch)
tree132c9eac123668d1663211ae3992fed6da563f4e /lib/pure/concurrency
parent2605c8c4ced0b088d5619d86903d659e8ff89a76 (diff)
downloadNim-2bea2bdbbf0b709811203f64d07ba6ddf3e90cc7.tar.gz
Locate 'attempt to redefine' errors at the import statement rather than at the first line of the imported module. Fixes #4541.
Diffstat (limited to 'lib/pure/concurrency')
0 files changed, 0 insertions, 0 deletions
f='#n99'>99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156