mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
12 lines
314 B
Rust
12 lines
314 B
Rust
// (This line has BOM so it's ignored by compiletest for directives)
|
|
//
|
|
// compile-flags: --json=diagnostic-short --error-format=json
|
|
// ignore-tidy-cr
|
|
|
|
#[path = "json-bom-plus-crlf-multifile-aux.rs"]
|
|
mod json_bom_plus_crlf_multifile_aux;
|
|
|
|
fn main() {
|
|
json_bom_plus_crlf_multifile_aux::test();
|
|
}
|