Skip to content

Conversation

@bb010g
Copy link
Contributor

@bb010g bb010g commented Nov 7, 2025

Previously, #[derive(Arbitarary)] would fail with:

error: proc-macro derive panicked
  --> tests/derive.rs:33:45
   |
33 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Arbitrary)]
   |                                             ^^^^^^^^^
   |
   = help: message: `"RECURSIVE_COUNT_r#struct"` is not a valid identifier

Previously, `#[derive(Arbitarary)]` would fail with:
```
error: proc-macro derive panicked
  --> tests/derive.rs:33:45
   |
33 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Arbitrary)]
   |                                             ^^^^^^^^^
   |
   = help: message: `"RECURSIVE_COUNT_r#struct"` is not a valid identifier
```
@Manishearth Manishearth merged commit 9132f5a into rust-fuzz:main Nov 7, 2025
5 of 6 checks passed
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.

2 participants