File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
tests/ui/instrument-coverage Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ impl Step for Rustc {
992992 }
993993
994994 fn make_run ( run : RunConfig < ' _ > ) {
995+ // dummy change
995996 let crates = run. cargo_crates_in_set ( ) ;
996997 run. builder . ensure ( Rustc {
997998 compiler : run
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
4848 ":!src/rustdoc-json-types" ,
4949 ":!tests" ,
5050 ":!triagebot.toml" ,
51+ ":!src/bootstrap" , // lol, lmao
5152] ;
5253
5354macro_rules! check_ci_llvm {
Original file line number Diff line number Diff line change 11//@ revisions: blank bad
2- //@ [blank] compile-flags: -Cinstrument-coverage=
2+ //@ [blank] compile-flags: -Cinstrument-coverage=_
33//@ [bad] compile-flags: -Cinstrument-coverage=bad-value
44
55fn main ( ) { }
You can’t perform that action at this time.
0 commit comments