Test -Zthir-unsafeck for unsafe function calls
This commit is contained in:
parent
29780f43e2
commit
a95b342f02
46 changed files with 422 additions and 45 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue