]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/commandline-argfile-badutf8.rs
Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726
[rust.git] / tests / rustdoc-ui / commandline-argfile-badutf8.rs
1 // Check to see if we can get parameters from an @argsfile file
2 //
3 // compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-badutf8.args
4
5 #[cfg(not(cmdline_set))]
6 compile_error!("cmdline_set not set");
7
8 #[cfg(not(unbroken))]
9 compile_error!("unbroken not set");
10
11 fn main() {
12 }