We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//@
1 parent 7035339 commit 8b1fbfcCopy full SHA for 8b1fbfc
src/tools/tidy/src/target_policy.rs
@@ -7,7 +7,7 @@ use std::{collections::HashSet, path::Path};
7
8
const TARGET_DEFINITIONS_PATH: &str = "compiler/rustc_target/src/spec/targets/";
9
const ASSEMBLY_TEST_PATH: &str = "tests/assembly/targets/";
10
-const REVISION_LINE_START: &str = "// revisions: ";
+const REVISION_LINE_START: &str = "//@ revisions: ";
11
const EXCEPTIONS: &[&str] = &[
12
// FIXME: disabled since it fails on CI saying the csky component is missing
13
"csky_unknown_linux_gnuabiv2",
0 commit comments