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

Add NLL patch for syn #194

Merged
merged 1 commit into from
Mar 20, 2018
Merged

Add NLL patch for syn #194

merged 1 commit into from
Mar 20, 2018

Conversation

Mark-Simulacrum
Copy link
Member

@Mark-Simulacrum Mark-Simulacrum commented Mar 20, 2018

Steps to make this PR:

cd collector/benchmarks/syn
# edit src/lib.rs to add #![feature(nll)] to top
# please make this the last patch in the folder, so if there's existing patches make it the next number
git diff --relative >> 1-nll.patch
git checkout -- src/lib.rs # get rid of the change you made
git add *-nll.patch
git commit

@Mark-Simulacrum Mark-Simulacrum merged commit 7eab26b into rust-lang:master Mar 20, 2018
@Mark-Simulacrum Mark-Simulacrum deleted the syn-nll-patch branch March 20, 2018 02:03
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.

1 participant