rust/tests/ui/shell-argfiles/shell-argfiles.args

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
158 B
Plaintext
Raw Normal View History

2023-12-06 12:25:13 -06:00
--cfg unquoted_set
'--cfg' 'single_quoted_set'
"--cfg" "double_quoted_set"
--check-cfg 'cfg(cmdline_set, unquoted_set, single_quoted_set, double_quoted_set)'