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.
#[test]
1 parent 8c15014 commit 6acbceeCopy full SHA for 6acbcee
src/tools/tidy/src/pal.rs
@@ -36,6 +36,7 @@ use crate::walk::{filter_dirs, walk};
36
37
// Paths that may contain platform-specific code.
38
const EXCEPTION_PATHS: &[&str] = &[
39
+ "library/compiler-builtins",
40
"library/windows_targets",
41
"library/panic_abort",
42
"library/panic_unwind",
src/tools/tidy/src/walk.rs
@@ -14,6 +14,7 @@ pub fn filter_dirs(path: &Path) -> bool {
14
"compiler/rustc_codegen_gcc",
15
"src/llvm-project",
16
"library/backtrace",
17
18
"library/portable-simd",
19
"library/stdarch",
20
"src/tools/cargo",
0 commit comments