Skip to content

Merge stdtest with std #1254

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

Closed
brson opened this issue Dec 2, 2011 · 1 comment
Closed

Merge stdtest with std #1254

brson opened this issue Dec 2, 2011 · 1 comment
Assignees
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Dec 2, 2011

Tests for the standard library are part of their own crate, out of a vague notion that it would improve turnaround during development. I don't think it has really turned out to be true, and putting tests next to code is really the model we're promoting, so let's just merge the two.

Fixing #721 would be very useful here so we don't have to worry about exporting the tests.

@brson
Copy link
Contributor Author

brson commented Jan 18, 2012

Done

@brson brson closed this as completed Jan 18, 2012
flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 8, 2021
Improve `expl_impl_clone_on_copy`

fixes: rust-lang#1254

changelog: Check to see if the generic constraints are the same as if using derive for `expl_impl_clone_on_copy`
bjorn3 added a commit to bjorn3/rust that referenced this issue Aug 24, 2022
Use native cranelift instructions when lowering float intrinsics
coastalwhite pushed a commit to coastalwhite/rust that referenced this issue Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant