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 warnings in tests #7857

Closed
wants to merge 2 commits into from
Closed

Fix warnings in tests #7857

wants to merge 2 commits into from

Conversation

bluss
Copy link
Member

@bluss bluss commented Jul 17, 2013

Fix warnings that only show up when compiling the tests for libstd, libextra and one in librusti. Only trivial changes.

blake2-ppc added 2 commits July 18, 2013 02:18
Most of these are "unneccesary allocation" in bitv, for ~[false, ..] instead
of [false, ..].
@bluss
Copy link
Member Author

bluss commented Jul 18, 2013

Rebased to current master. Didn't run all check yet.

@alexcrichton
Copy link
Member

One thing we may want to consider is to either prohibit warnings in tests or allow warnings in all tests. Otherwise this is just going to continue cropping up and being a hassle.

This may be better discussed on the mailing list, but what are your thoughts on this?

bors added a commit that referenced this pull request Jul 19, 2013
Fix warnings that only show up when compiling the tests for libstd, libextra and one in librusti. Only trivial changes.
@bors bors closed this Jul 19, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 4, 2021
Fix deploy script

I broke this script in rust-lang#7502, so that the stable symlink isn't generated
anymore. This reverts this change.

changelog: none
notriddle pushed a commit to notriddle/rust that referenced this pull request Sep 20, 2022
Refactor macro-by-example code

I had a look at the MBE code because of rust-lang#7857. I found some easy readability wins, that might also _marginally_ improve perf.
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.

None yet

3 participants