Skip to content

Commit 12ac9ae

Browse files
committed
Auto merge of rust-lang#136376 - weihanglo:update-cargo, r=<try>
Update cargo try-job: dist-aarch64-linux 11 commits in cecde95c119a456c30e57d3e4b31fff5a7d83df4..776129a2b93928a67ec4c2f8e5bc3cfeb5bc06cd 2025-01-24 17:15:24 +0000 to 2025-01-30 15:34:14 +0000 - Don't suggest `cargo login` when using incompatible credental providers (rust-lang/cargo#15124) - chore: Update clap_complete (rust-lang/cargo#15121) - Move the changelog to the cargo book (rust-lang/cargo#15119) - Conditionally mark the `test` cfg as a well known cfg (rust-lang/cargo#15007) - fix broken links in the Cargo book (rust-lang/cargo#15109) - Fix a typo and touch up documentation (rust-lang/cargo#15108) - Fix shared_std_dependency_rebuild running on Windows (rust-lang/cargo#15111) - Fix warnings on Windows (rust-lang/cargo#15112) - fix(login): Deprecate CLI token (rust-lang/cargo#15057) - Update tests to fix nightly errors (rust-lang/cargo#15110) - Fix comment on Ord for SourceId (rust-lang/cargo#15103)
2 parents e08cd3c + b1bc34c commit 12ac9ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ check-cfg = [
3131
'cfg(no_fp_fmt_parse)',
3232
'cfg(stdarch_intel_sde)',
3333
'cfg(target_arch, values("xtensa"))',
34+
'cfg(test)',
3435
# core use #[path] imports to portable-simd `core_simd` crate
3536
# and to stdarch `core_arch` crate which messes-up with Cargo list
3637
# of declared features, we therefor expect any feature cfg

0 commit comments

Comments
 (0)