aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird-esr/files/patch-rust-1.89.0
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /mail/thunderbird-esr/files/patch-rust-1.89.0
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'mail/thunderbird-esr/files/patch-rust-1.89.0')
-rw-r--r--mail/thunderbird-esr/files/patch-rust-1.89.018
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/thunderbird-esr/files/patch-rust-1.89.0 b/mail/thunderbird-esr/files/patch-rust-1.89.0
deleted file mode 100644
index 91651c036c7c..000000000000
--- a/mail/thunderbird-esr/files/patch-rust-1.89.0
+++ /dev/null
@@ -1,18 +0,0 @@
-fix build with rust 1.89
-
-cf https://bugzilla.mozilla.org/show_bug.cgi?id=1982003
-
-taken from:
-https://github.com/openbsd/ports/commit/3ef8a2538893109bea8211ef13a870822264e096
-
---- third_party/rust/allocator-api2/src/stable/vec/mod.rs.orig 2025-08-13 22:43:24.000000000 +0200
-+++ third_party/rust/allocator-api2/src/stable/vec/mod.rs 2025-09-01 08:52:19.103780000 +0200
-@@ -51,6 +51,8 @@
- //!
- //! [`push`]: Vec::push
-
-+#![warn(dangerous_implicit_autorefs)]
-+
- #[cfg(not(no_global_oom_handling))]
- use core::cmp;
- use core::cmp::Ordering;