We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//@
1 parent 8b1fbfc commit efa716bCopy full SHA for efa716b
src/tools/tidy/src/target_specific_tests.rs
@@ -6,7 +6,7 @@ use std::path::Path;
6
7
use crate::walk::filter_not_rust;
8
9
-const COMMENT: &str = "//";
+const COMMENT: &str = "//@";
10
const LLVM_COMPONENTS_HEADER: &str = "needs-llvm-components:";
11
const COMPILE_FLAGS_HEADER: &str = "compile-flags:";
12
0 commit comments