aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/special/bootstrap.zig5
1 files changed, 2 insertions, 3 deletions
diff --git a/std/special/bootstrap.zig b/std/special/bootstrap.zig
index f1286bd659..7177f58b8a 100644
--- a/std/special/bootstrap.zig
+++ b/std/special/bootstrap.zig
@@ -1,7 +1,6 @@
-// This file is in a package which has the root source file exposed as "@root".
-// It is included in the compilation unit when exporting an executable.
+// This file is included in the compilation unit when exporting an executable.
-const root = @import("@root");
+const root = @import("root");
const std = @import("std");
const builtin = @import("builtin");
const assert = std.debug.assert;