diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-07-02 09:51:51 +0100 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-07-04 21:01:42 +0100 |
| commit | 2f0f1efa6fa50ca27a44d5f7a0c38a6cafbbfb7c (patch) | |
| tree | 0d47a70b6df13e5024f02b3bed2bc2cc1ef95d9f /src/target.zig | |
| parent | ded5c759f83a4da355a128dd4d7f5e22cbd3cabe (diff) | |
| download | zig-2f0f1efa6fa50ca27a44d5f7a0c38a6cafbbfb7c.tar.gz zig-2f0f1efa6fa50ca27a44d5f7a0c38a6cafbbfb7c.zip | |
compiler: type.zig -> Type.zig
Diffstat (limited to 'src/target.zig')
| -rw-r--r-- | src/target.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target.zig b/src/target.zig index 08ccfbaaca..a253c1fa0b 100644 --- a/src/target.zig +++ b/src/target.zig @@ -1,5 +1,5 @@ const std = @import("std"); -const Type = @import("type.zig").Type; +const Type = @import("Type.zig"); const AddressSpace = std.builtin.AddressSpace; const Alignment = @import("InternPool.zig").Alignment; const Feature = @import("Zcu.zig").Feature; |
