Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local inner macros #458

Merged
merged 1 commit into from
Aug 10, 2018
Merged

Local inner macros #458

merged 1 commit into from
Aug 10, 2018

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Jul 1, 2018

@SergioBenitez I need to add a helper macro to json_internal! to pick up rust-lang/rust#51496 and enable:

#![feature(use_extern_macros)]

use serde_json::json;

How would you like me to proceed? If it is is easier for rocket_contrib we could add an unused json_internal_vec! in one release, re-export it from rocket_contrib, then begin using it from json_internal! in another release.

@dtolnay dtolnay merged commit e40cbad into serde-rs:master Aug 10, 2018
@dtolnay dtolnay deleted the local-inner-macros branch August 10, 2018 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant