Skip to content

Commit

Permalink
x11/clipcat: Fix build with rust 1.77.0
Browse files Browse the repository at this point in the history
error: lint `coinductive_overlap_in_coherence` has been removed: converted
into hard error, see PR #118649 <rust-lang/rust#118649>
for more information

PR:		277786
Approved by:	portmgr (build fix blanket)
  • Loading branch information
MikaelUrankar committed Mar 23, 2024
1 parent 73941e6 commit f82789d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions x11/clipcat/files/patch-rust-1.77.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- Cargo.toml.orig 2024-03-19 15:39:03 UTC
+++ Cargo.toml
@@ -78,7 +78,6 @@ coherence_leak_check = "deny"
byte_slice_in_packed_struct_with_derive = "deny"
clashing_extern_declarations = "deny"
coherence_leak_check = "deny"
-coinductive_overlap_in_coherence = "deny"
confusable_idents = "deny"
const_evaluatable_unchecked = "deny"
const_item_mutation = "deny"

0 comments on commit f82789d

Please sign in to comment.