2019-10-03 03:55:31 +03:00
|
|
|
|
// (This line has BOM so it's ignored by compiletest for directives)
|
|
|
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
|
//@ compile-flags: --json=diagnostic-short --error-format=json
|
2024-10-30 16:47:47 -07:00
|
|
|
|
//@ reference: input.byte-order-mark
|
|
|
|
|
|
//@ reference: input.crlf
|
2019-10-03 03:55:31 +03:00
|
|
|
|
// 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();
|
|
|
|
|
|
}
|
2025-05-02 17:56:07 +03:00
|
|
|
|
|
|
|
|
|
|
//~? ERROR mismatched types
|
|
|
|
|
|
//~? ERROR mismatched types
|
|
|
|
|
|
//~? ERROR mismatched types
|
|
|
|
|
|
//~? ERROR mismatched types
|