generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFC] support panic and target_has_atomic predicates
There are a couple of new predicates in Rust 1.60: `target_has_atomic` and `panic`. Here's a first cut at supporting them. The panic predicate depends both on native platform support (default behavior) and on a potential override through RUSTFLAGS. This can be handled in downstream libraries that need such overrides.
- Loading branch information
1 parent
7cf31c0
commit d47a0b5
Showing
7 changed files
with
776 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.