You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially interesting: having them in integration tests would mean we wouldn't have to update the test code when migrating away from #[rustc_args_required_const] as described in #1022. They'd be in another crate, and rustc would rewrite the calls via #[rustc_legacy_const_generics].
The tests mod in stdarch is really big. We should split them into their own files instead of inline them into other mods.
This has been discussed for libstd in rust-lang/compiler-team#344.
Also see some other tricks in https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html.
The text was updated successfully, but these errors were encountered: