Test -Zthir-unsafeck for unsafe function calls

This commit is contained in:
LeSeulArtichaut 2021-03-14 20:11:37 +01:00
parent 29780f43e2
commit a95b342f02
46 changed files with 422 additions and 45 deletions

View file

@ -7,7 +7,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 1388;
const ROOT_ENTRY_LIMIT: usize = 1369;
const ISSUES_ENTRY_LIMIT: usize = 2551;
fn check_entries(path: &Path, bad: &mut bool) {