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

Fix instruction for running benchmarks #1225

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Fix instruction for running benchmarks #1225

merged 1 commit into from
Sep 29, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Sep 29, 2022

Without this, it just hits the error message added in #798.

$ cargo bench …
   Compiling syn-test-suite v0.0.0

ERROR:  use --all-features
  Syn's test suite normally only works with all-features enabled.
  Run again with `--all-features`, or run with `--features test`
  to bypass this check.

error: could not compile `syn-test-suite`
warning: build failed, waiting for other jobs to finish...

@dtolnay dtolnay merged commit ce00ab0 into master Sep 29, 2022
@dtolnay dtolnay deleted the benchtest branch September 29, 2022 01:56
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