]> git.lizzy.rs Git - rust.git/history - tests/run-pass/backtrace-api.rs
Require #[repr(C)] on MiriFrame
[rust.git] / tests / run-pass / backtrace-api.rs
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillApply #[inline(never)] to functions that we want in...
2020-09-28 Aaron HillMove things around
2020-09-28 Aaron HillPrint non-std frames to stdout in `backtrace-api` test
2020-09-28 Aaron HillUse a 'flags' parameter instead of 'version'
2020-09-28 Aaron HillNormalize line and column numbers from the sysroot
2020-09-28 Aaron HillAdd API for capturing backtrace