Skip to content

rust: use doc comments #3758

rust: use doc comments

rust: use doc comments #3758

Re-run triggered September 26, 2023 18:11
Status Failure
Total duration 4h 43m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

coq-windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build-windows
Non-empty-diff: diff --git a/fiat-rust/src/curve25519_64.rs b/fiat-rust/src/curve25519_64.rs index 9796032..4622b7f 100644 --- a/fiat-rust/src/curve25519_64.rs +++ b/fiat-rust/src/curve25519_64.rs @@ -20,8 +20,8 @@ pub type fiat_25519_i1 = i8; pub type fiat_25519_u2 = u8; pub type fiat_25519_i2 = i8; -/* The type fiat_25519_loose_field_element is a field element with loose bounds. */ -/* Bounds: [[0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000]] */ +/** The type fiat_25519_loose_field_element is a field element with loose bounds. */ +/** Bounds: [[0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000], [0x0 ~> 0x18000000000000]] */ #[derive(Clone, Copy)] pub struct fiat_25519_loose_field_element(pub [u64; 5]); @@ -40,8 +40,8 @@ impl core::ops::IndexMut<usize> for fiat_25519_loose_field_element { } } -/* The type fiat_25519_tight_field_element is a field element with tight bounds. */ -/* Bounds: [[0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000]] */ +/** The type fiat_25519_tight_field_element is a field element with tight bounds. */ +/** Bounds: [[0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000], [0x0 ~> 0x8000000000000]] */ #[derive(Clone, Copy)] pub struct fiat_25519_tight_field_element(pub [u64; 5]); diff --git a/fiat-rust/src/curve25519_scalar_64.rs b/fiat-rust/src/curve25519_scalar_64.rs index 446bab0..99d45d3 100644 --- a/fiat-rust/src/curve25519_scalar_64.rs +++ b/fiat-rust/src/curve25519_scalar_64.rs @@ -25,8 +25,8 @@ pub type fiat_25519_scalar_i1 = i8; pub type fiat_25519_scalar_u2 = u8; pub type fiat_25519_scalar_i2 = i8; -/* The type fiat_25519_scalar_montgomery_domain_field_element is a field element in the Montgomery domain. */ -/* Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]] */ +/** The type fiat_25519_scalar_montgomery_domain_field_element is a field element in the Montgomery domain. */ +/** Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]] */ #[derive(Clone, Copy)] pub struct fiat_25519_scalar_montgomery_domain_field_element(pub [u64; 4]); @@ -45,8 +45,8 @@ impl core::ops::IndexMut<usize> for fiat_25519_scalar_montgomery_domain_field_el } } -/* The type fiat_25519_scalar_non_montgomery_domain_field_element is a field element NOT in the Montgomery domain. */ -/* Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]] */ +/** The type fiat_25519_scalar_non_montgomery_domain_field_element is a field element NOT in the Montgomery domain. */ +/** Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]] */ #[derive(Clone, Copy)] pub struct fiat_25519_scalar_non_montgomery_domain_field_element(pub [u64; 4]); diff --git a/fiat-rust/src/p224_32.rs b/fiat-rust/src/p224_32.rs index f8ae409..b839b5c 100644 --- a/fiat-rust/src/p224_32.rs +++ b/fiat-rust/src/p224_32.rs @@ -25,8 +25,8 @@ pub type fiat_p224_i1 = i8; pub type fiat_p224_u2 = u8; pub type fiat_p224_i2 = i8; -/* The type fiat_p224_montgomery_domain_field_element is a field element in the Montgomery domain. */ -/* Bounds: [[0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff]] */ +/** The type fiat_p224_montgomery_domain_field_element is a field element in the Montgomery domain. */ +/** Bounds: [[0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff], [0x0 ~> 0xffffffff]] */ #[derive(Clone, Copy)] pub struct fiat_p224_montgomery_domain_field_element(pub [u32; 7]); @@ -45,8 +45,8 @@ impl core::ops::IndexMu
build-windows
Process completed with exit code 1.
build-windows
Makefile.coq:793: src/Coqprime/Tactic/Tactic.v
build-windows
Makefile.coq.noex:793: D:/a/fiat-crypto/fiat-crypto/rupicola/bedrock2/bedrock2/src/bedrock2/AbsintWordToZ.v
build-windows
Makefile.coq.noex:409: all
build-windows
Makefile:42: noex
build-windows
Makefile:102: bedrock2_noex