Closed samuelgruetter closed 1 year ago
Two changes are needed because coqutil's Bitwidth instances are now #[export] instead of #[global].
#[export]
#[global]
(this PR is deliberately out-of-date with the master branch because there have been CI failures on the master branch, so I based it on the last commit with a green tick)
Two changes are needed because coqutil's Bitwidth instances are now
#[export]
instead of#[global]
.