Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/rust-qfunctions/ex1-volume-rs/
H A DCargo.toml7 panic = "abort"
10 panic = "abort"
/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs6 use core::panic::PanicInfo;
35 fn panic(_info: &PanicInfo) -> ! { in panic() function
/libCEED/rust/libceed/src/
H A Dlib.rs125 _ => panic!("Unknown value: {}", value), in from_u32()
182 panic!("{}", message); in check_error()
314 panic!("Error initializing backend resource: {}", resource) in init_with_error_handler()
346 panic!("{}", message); in check_error()