Skip to content

Commit 5c0923a

Browse files
authored
[WIP] bring back std/ prefix within compiler and ensure it works in bootstrap + bsd
* refs #16282 (comment) * sounds very similar to #14291
1 parent 1640508 commit 5c0923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ic/dce.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Dead code elimination (=DCE) for IC.
1111

12-
import intsets, tables
12+
import std/[intsets, tables]
1313
import ".." / [ast, options, lineinfos, types]
1414

1515
import packed_ast, ic, bitabs

0 commit comments

Comments
 (0)