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

rustc/syntax cleanups #11553

Merged
merged 3 commits into from
Jan 17, 2014
Merged

rustc/syntax cleanups #11553

merged 3 commits into from
Jan 17, 2014

Conversation

klutzy
Copy link
Contributor

@klutzy klutzy commented Jan 15, 2014

No description provided.

@klutzy
Copy link
Contributor Author

klutzy commented Jan 17, 2014

The previous build failure doesn't belong to this pr, right?
Anyway renamed FileInput and deleted crate_metadata at first commit.

driver::session::crate_metadata is unused; removed.
`xorpush_test` and `test_marksof` are at `syntax::ast_util`.

Fixes rust-lang#7952
@klutzy
Copy link
Contributor Author

klutzy commented Jan 17, 2014

Ugh, sorry! I forgot rustpkg/rustdoc. Rebased.

@bors bors closed this Jan 17, 2014
@bors bors merged commit b33d2fe into rust-lang:master Jan 17, 2014
@klutzy klutzy deleted the rustc-cleanups branch January 17, 2014 06:36
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 25, 2023
…mple, r=xFrednet

Fix large_futures example

The value used in the large_futures example was not large enough to trigger the lint given the default threshold. The example also contained more code than necessary. This PR changes the value size from 1kB to 16kB and reduces the example in size.

changelog: [`large_futures`]: Fix and simplify example
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.

3 participants