Skip to content

Re-enable testing of nightly proc macro #1275

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

Merged
merged 1 commit into from
May 23, 2018
Merged

Re-enable testing of nightly proc macro #1275

merged 1 commit into from
May 23, 2018

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented May 21, 2018

No description provided.

@dtolnay
Copy link
Member Author

dtolnay commented May 21, 2018

This is currently failing due to rust-lang/rust#50942.

error: lifetimes cannot use keyword names
  --> test_suite/tests/test_gen.rs:46:25
   |
46 |     #[derive(Serialize, Deserialize)]
   |                         ^^^^^^^^^^^

error: lifetimes cannot use keyword names
  --> test_suite/tests/test_gen.rs:54:25
   |
54 |     #[derive(Serialize, Deserialize)]
   |                         ^^^^^^^^^^^

error: lifetimes cannot use keyword names
  --> test_suite/tests/test_gen.rs:62:25
   |
62 |     #[derive(Serialize, Deserialize)]
   |                         ^^^^^^^^^^^

@dtolnay
Copy link
Member Author

dtolnay commented May 23, 2018

Fixed in rust-lang/rust#50946.

@dtolnay dtolnay merged commit ad62a68 into master May 23, 2018
@dtolnay dtolnay deleted the nightly branch May 23, 2018 04:16
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