diff --git a/games/veloren-weekly/files/patch-rust-1.95 b/games/veloren-weekly/files/patch-rust-1.95 new file mode 100644 index 000000000000..a84fcebebd47 --- /dev/null +++ b/games/veloren-weekly/files/patch-rust-1.95 @@ -0,0 +1,23 @@ +https://github.com/rust-lang/hashbrown/commit/41e6a490a53c + +--- cargo-crates/hashbrown-0.16.0/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/hashbrown-0.16.0/src/lib.rs +@@ -17,6 +17,7 @@ + core_intrinsics, + dropck_eyepatch, + min_specialization, ++ trivial_clone, + extend_one, + allocator_api, + slice_ptr_get, +--- cargo-crates/hashbrown-0.16.0/src/raw/mod.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/hashbrown-0.16.0/src/raw/mod.rs +@@ -3266,7 +3266,7 @@ impl RawTableClone for + } + } + #[cfg(feature = "nightly")] +-impl RawTableClone for RawTable { ++impl RawTableClone for RawTable { + #[cfg_attr(feature = "inline-more", inline)] + unsafe fn clone_from_spec(&mut self, source: &Self) { + source