We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a07c4 commit 65fd930Copy full SHA for 65fd930
leafc_config.toml
@@ -7,5 +7,13 @@ override_sysroot = true
7
crate_name = "leaf"
8
search_path = "sysroot"
9
10
+# The problematic recursive implementation in aho_corasick. More info: BurntSushi/aho-corasick#149
11
+[[instr_rules.exclude]]
12
+entity = "dyn_def"
13
+all = [
14
+ { crate = { name = "aho_corasick" } },
15
+ { def_path = '<&.* as .*Automaton>::\w+' },
16
+]
17
+
18
[internalization_rules]
19
exclude = ["LLVMFuzzerInitialize"]
0 commit comments