rust/src/test/ui/panic-handler
Tomas Tauber ac9aed56e4 getting more context for duplicate lang items (fixes #60561)
Where possible, the error message includes the name of the crate
that brought in the crate with duplicate lang items (which
helps with debugging). This information is passed on from cstore
using the `extern_crate` query.
2019-09-27 22:56:23 +08:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-bad-signature-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-bad-signature-1.stderr Update tests 2019-03-11 23:10:26 +03:00
panic-handler-bad-signature-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-bad-signature-2.stderr Update tests 2019-03-11 23:10:26 +03:00
panic-handler-bad-signature-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-bad-signature-3.stderr Update tests 2019-03-11 23:10:26 +03:00
panic-handler-bad-signature-4.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-bad-signature-4.stderr Update tests 2019-03-11 23:10:26 +03:00
panic-handler-duplicate.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-duplicate.stderr Update tests 2019-03-11 23:10:26 +03:00
panic-handler-requires-panic-info.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-requires-panic-info.stderr add #[panic_handler]; deprecate #[panic_implementation] 2018-08-23 20:58:55 +02:00
panic-handler-std.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-std.stderr getting more context for duplicate lang items (fixes #60561) 2019-09-27 22:56:23 +08:00
panic-handler-wrong-location.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic-handler-wrong-location.stderr Update tests 2019-03-11 23:10:26 +03:00