2023-07-18 18:45:10 +00:00
|
|
|
// FIXME: find a way to add rustflags to ui-cargo tests
|
2023-04-20 14:37:15 +00:00
|
|
|
//@compile-flags: --remap-path-prefix {{src-base}}=/remapped
|
2022-09-13 21:27:01 +02:00
|
|
|
|
|
|
|
#![warn(clippy::self_named_module_files)]
|
|
|
|
|
|
|
|
mod bad;
|
|
|
|
|
|
|
|
fn main() {}
|