-
Notifications
You must be signed in to change notification settings - Fork 151
Unify attribute syntax #2992
Copy link
Copy link
Open
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.iocompatibility-breakingChanges that are (likely to be) breakingChanges that are (likely to be) breaking
Metadata
Metadata
Assignees
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.iocompatibility-breakingChanges that are (likely to be) breakingChanges that are (likely to be) breaking
Currently, we support:
#[zerocopy(crate = "foo")]#[zerocopy(on_error = "skip"/"fail")](in [derive] Implement#[zerocopy(on_error = skip/fail)]#2982)#[zerocopy(validator = ...)](syntax TBD)We should re-evaluate our syntax choices and make sure they're to our liking during the next breaking release.