RUSTFLAGS="-Awarnings" cargo expand -p tests --test test_cross_language
()
| 30 | |
| 31 | // RUSTFLAGS="-Awarnings" cargo expand -p tests --test test_cross_language |
| 32 | fn get_data_file() -> String { |
| 33 | std::env::var("DATA_FILE").expect("DATA_FILE not set") |
| 34 | } |
| 35 | |
| 36 | #[derive(ForyStruct, Debug, PartialEq, Default)] |
| 37 | struct Empty {} |
no outgoing calls
no test coverage detected