2025-03-29 02:41:32 +03:00
|
|
|
//~ ERROR extern location for std does not exist
|
2025-08-11 22:33:12 +02:00
|
|
|
//~^ ERROR cannot resolve a prelude import
|
2014-10-12 20:38:04 -07:00
|
|
|
//@ compile-flags: --extern std=
|
2021-11-26 21:39:44 +00:00
|
|
|
//@ needs-unwind since it affects the error output
|
2022-09-23 09:41:12 +02:00
|
|
|
//@ ignore-emscripten missing eh_catch_typeinfo lang item
|
2014-10-12 20:38:04 -07:00
|
|
|
|
|
|
|
|
fn main() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR `#[panic_handler]` function required, but not found
|
|
|
|
|
//~? ERROR unwinding panics are not supported without std
|