We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c077a commit 1c88692Copy full SHA for 1c88692
src/bigcurve_test.nr
@@ -583,7 +583,7 @@ fn test_make_table() {
583
unsafe {
584
let P: BN254J = BN254J::one();
585
586
- let mut transcript: [JTranscript<BN254_Fq>] = @[];
+ let mut transcript: [JTranscript<BN254_Fq>] = &[];
587
let T: curve_jac::PointTable<BN254_Fq> = curve_jac::PointTable::new(P);
588
for i in 0..8 {
589
transcript = transcript.push_back(T.transcript[i]);
0 commit comments