Show that it will pick up the entirely wrong function as a private candidate

This commit is contained in:
Oli Scherer 2024-05-28 06:32:35 +00:00
parent 5e8df95dbb
commit 14f9c63759
4 changed files with 22 additions and 3 deletions

View file

@ -15,7 +15,7 @@ use std::path::{Path, PathBuf};
const ENTRY_LIMIT: u32 = 900;
// FIXME: The following limits should be reduced eventually.
const ISSUES_ENTRY_LIMIT: u32 = 1674;
const ISSUES_ENTRY_LIMIT: u32 = 1675;
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files