diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-10-16 12:39:44 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-10-24 12:21:47 +0200 |
commit | 3e99d4e978144e6e424bda44e3041abfc6cc92bf (patch) | |
tree | 9258cc46d04482853d7eb118a026e61473f2d8d1 /devel/grcov/Makefile | |
parent | b71e4863289c2bb6bf17ef1141f1305488d1b82d (diff) | |
download | freebsd-ports-3e99d4e978144e6e424bda44e3041abfc6cc92bf.zip |
databases/gobang: Fix build with rust 1.73.0
Import upstream patch to fix the following build error with rust 1.73.0
error[E0308]: mismatched types
--> /wrkdirs/usr/ports/databases/gobang/work/gobang-0.1.0-alpha.5/cargo-crates/num-bigint-0.3.2/src/biguint/convert.rs:70:19
|
70 | .div_ceil(&big_digit::BITS.into())
| -------- ^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `&_`
| |
| arguments to this method are incorrect
error[E0308]: mismatched types
--> /wrkdirs/usr/ports/databases/gobang/work/gobang-0.1.0-alpha.5/cargo-crates/num-bigint-0.3.2/src/biguint/convert.rs:585:19
|
585 | .div_ceil(&u64::from(bits))
| -------- ^^^^^^^^^^^^^^^^ expected `u64`, found `&u64`
| |
| arguments to this method are incorrect
PR: 274499
Approved by: portmgr (build fix blanket)
Diffstat (limited to 'devel/grcov/Makefile')
0 files changed, 0 insertions, 0 deletions