1
Fork 0

also test parts of std

requires disabling some tests that do not work
This commit is contained in:
Ralf Jung 2024-04-05 23:22:17 +02:00
parent c0b564b767
commit 1242093da2
5 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// Disabling in Miri as these would take too long.
#![cfg(not(miri))]
#![feature(test)]
extern crate test;