1
Fork 0

Update stdarch submodule (to before it switched to const generics)

This also includes a cherry-pick of
ec1461905b
and https://github.com/rust-lang/stdarch/pull/1108 to fix a build
failure.

It also adds a re-export of various macros to the crate root of libstd -
previously they would show up automatically because std_detect was defined
in the same crate.
This commit is contained in:
Joshua Nelson 2021-04-02 04:11:46 -04:00
parent b1b0a1597c
commit 1b0b7e95be
5 changed files with 26 additions and 17 deletions

View file

@ -45,6 +45,8 @@ exclude = [
# not all `Cargo.toml` files are available, so we exclude the `x` binary,
# so it can be invoked before the current checkout is set up.
"src/tools/x",
# stdarch has its own Cargo workspace
"library/stdarch",
]
[profile.release.package.compiler_builtins]