Searched refs:panic (Results 1 – 5 of 5) sorted by relevance
| /rust-libc-0.2.174/ |
| H A D | build.rs | 80 x if x < 10 => panic!("FreeBSD older than 10 is not supported"), in main() 122 panic!("RUST_LIBC_UNSTABLE_GNU_TIME_BITS may only be set to '32' or '64'") in main() 130 … panic!("RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS may only be set to '32' or '64'") in main() 210 None => panic!("Failed to get rustc version"), in rustc_minor_nightly()
|
| /rust-libc-0.2.174/ci/ios/ |
| H A D | deploy_and_run_on_ios_simulator.rs | 19 Err(e) => panic!("{} failed with: {e}", stringify!($e)), 60 panic!("Duplicate rust_ios simulators found. Please \ in start_simulator() 136 panic!("tests didn't pass"); in run_app_on_simulator()
|
| /rust-libc-0.2.174/ci/ |
| H A D | runtest-android.rs | 49 panic!("failed to find successful test run"); in main()
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 74 t => panic!("unknown target {t}"), in do_ctest() 139 Err(err) => panic!("unexpected error opening file: {err}"), in process_semver_file() 1894 t => panic!("unsupported target: {t}"), in test_android() 3711 panic!("RUST_LIBC_UNSTABLE_GNU_TIME_BITS may only be set to '32' or '64'") in config_gnu_bits() 3720 … panic!("RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS may only be set to '32' or '64'") in config_gnu_bits() 3741 (_, _, _) => panic!("linux target lib is gnu: {gnu}, musl: {musl}, uclibc: {uclibc}"), in test_linux()
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 3403 panic!("Unsupported arch");
|