Trevor Gross
2d8c362963
Migrate testcrate and panic-handler to edition 2024
...
Includes `extern` -> `unsafe extern` blocks and formatting updates.
2025-03-06 03:58:28 -05:00
Trevor Gross
364dd5fd5b
Add release-plz for automatic releases.
...
This is what `cc-rs` is using and should create a release PR whenever a
change to `master` is made. If the branch is merged, it should publish
the new version.
Includes configuration to disable semver checks and not keep a changelog
since this is an implementation detail.
2024-07-26 23:45:35 -04:00
Andrey Turkin
98195c0348
Get rid of a warning
2024-07-06 05:19:37 +03:00
Aaron Kutch
1d9d761e9f
Fix panic-handler documentation
...
rust-lang/rust#51647 is fixed but panic-handler is still needed
2021-04-02 08:58:50 -05:00
Paolo Teti
c03769a47e
panic_handler is now stable
...
Fixes the following warning:
"warning: the feature `panic_handler` has been stable since
1.30.0 and no longer requires an attribute to enable"
2018-09-13 10:25:59 +02:00
Paolo Teti
8a4148f60b
Rename panic_implementation -> panic_handler
...
panic_implementation has been deprecated/renamed.
New name is panic_handler
2018-09-01 21:17:07 +02:00
Alex Crichton
3ae27657a1
Try to fix intrinsics example on nightly
2018-07-12 09:29:32 -07:00