Skip to content

Commit

Permalink
make sccache pass through --check-cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Sep 3, 2022
1 parent 4524382 commit 5879ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ counted_array!(static ARGS: [ArgInfo<ArgData>; _] = [
take_arg!("--allow", OsString, CanBeSeparated('='), PassThrough),
take_arg!("--cap-lints", OsString, CanBeSeparated('='), PassThrough),
take_arg!("--cfg", OsString, CanBeSeparated('='), PassThrough),
take_arg!("--check-cfg", OsString, CanBeSeparated('='), PassThrough),
take_arg!("--codegen", ArgCodegen, CanBeSeparated('='), CodeGen),
take_arg!("--color", String, CanBeSeparated('='), Color),
take_arg!("--crate-name", String, CanBeSeparated('='), CrateName),
Expand Down

0 comments on commit 5879ffc

Please sign in to comment.