mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
48f3e63f70
Many float-related tests in `std` only depend on `core`, so move the tests there. This also allows us to verify functions from `core_float_math`. Since the majority of test files need to be moved to `coretests`, move the files here without any cleanup; this is done in a followup commit. This makes git history slightly cleaner, but coretests will not build immediately after this commit.