Skip to content

Conversation

@senekor
Copy link
Owner

@senekor senekor commented Mar 2, 2023

No description provided.

@senekor senekor marked this pull request as draft March 2, 2023 18:28
FalkZ and others added 4 commits March 16, 2023 10:31
Relying on #[cfg(fuzzing)] wouldn't work, as that would enable chaos
mode for all other fuzzing targets as well.

`if cfg!(x) {}` was replaced with `#[cfg(x)]`, as the former is
technically a runtime construct and we do not want our code to be
compiled into release binaries.
senekor pushed a commit that referenced this pull request May 18, 2023
* Updates

* Add a verification test to CI

* Produce a global-referencing object on stable

* Restrict CI again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants