]> git.lizzy.rs Git - rust.git/blob - src/test/ui/commandline-argfile-badutf8.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / 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 }