authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-08-20 15:57:43+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-08-21 01:30:46+01:00
log2fb78430dbff206af24ecd5e7be163e624fdbb6f
tree7838ded776100a7f212bb745108bc24ac3ba4ead
parent018262d537959701566f2dfece66a462c3bbc976
signaturelock-open Commit is signed but in an unrecognized format.

test: remove accidental hard tab


1 files changed, 1 insertions(+), 1 deletions(-)

test/incremental/delete_comptime_decls+1-1
......@@ -31,7 +31,7 @@ pub fn main() void {}
3131comptime {
3232 const x: [*c]u8 = null;
3333 var runtime_len: usize = undefined;
34 runtime_len = 0;
34 runtime_len = 0;
3535 const y = x[0..runtime_len];
3636 _ = y;
3737}