Skip to content

Commit feaf3c0

Browse files
committed
more
1 parent b8e31e5 commit feaf3c0

File tree

3 files changed

+14
-21
lines changed

3 files changed

+14
-21
lines changed

crash.patch

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/src/lib.rs b/src/lib.rs
2+
index 96a3850a..966d6627 100644
3+
--- a/src/lib.rs
4+
+++ b/src/lib.rs
5+
@@ -3,8 +3,4 @@ pub struct ChunkMesh<const CHUNK_SIZE: usize> {
6+
position: [(); CHUNK_SIZE],
7+
}
8+
9+
-/////// MOVE START
10+
-impl<const CHUNK_SIZE: usize> ChunkMesh<CHUNK_SIZE> {}
11+
-#[derive(Copy, Clone, Debug, Eq, Hash, PartialEq)]
12+
-struct ChunkTodo {}
13+
/////// MOVE END

minimize.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ cp src/lib.rs old.rs
66
cargo clean
77
cargo check
88

9-
./patch.py
10-
mv out.rs src/lib.rs
9+
git apply crash.patch
1110

1211
OUT=$(cargo check 2>&1)
1312

patch.py

-19
This file was deleted.

0 commit comments

Comments
 (0)