Auto merge of #71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC
submodules: update clippy fromaf5940b7
tod236b30a
Changes: ```` rustup https://github.com/rust-lang/rust/pull/70643 Explain panic on `E0463` in integration tests Temporarily disable rustfmt integration test Cleanup: Use rustc's is_proc_macro_attr Cleanup: Use our `sym!` macro more Fixes #5405: redundant clone false positive with arrays update lints verbose_bit_mask: fix bit mask used in docs Update documentation for new_ret_no_self ```` Fixes #71114
This commit is contained in:
commit
d2230290f7
26
Cargo.lock
26
Cargo.lock
@ -463,7 +463,7 @@ dependencies = [
|
||||
"cargo_metadata 0.9.1",
|
||||
"clippy-mini-macro-test",
|
||||
"clippy_lints",
|
||||
"compiletest_rs",
|
||||
"compiletest_rs 0.5.0",
|
||||
"derive-new",
|
||||
"lazy_static 1.4.0",
|
||||
"regex",
|
||||
@ -614,6 +614,28 @@ dependencies = [
|
||||
"winapi 0.3.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "compiletest_rs"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
|
||||
dependencies = [
|
||||
"diff",
|
||||
"filetime",
|
||||
"getopts",
|
||||
"libc",
|
||||
"log",
|
||||
"miow 0.3.3",
|
||||
"regex",
|
||||
"rustfix 0.5.0",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"tester",
|
||||
"winapi 0.3.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "constant_time_eq"
|
||||
version = "0.1.3"
|
||||
@ -2168,7 +2190,7 @@ dependencies = [
|
||||
"byteorder",
|
||||
"cargo_metadata 0.9.1",
|
||||
"colored",
|
||||
"compiletest_rs",
|
||||
"compiletest_rs 0.4.0",
|
||||
"directories",
|
||||
"env_logger 0.7.1",
|
||||
"getrandom",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit af5940b73153b2a4ea2922aa803abac45d029982
|
||||
Subproject commit 6651c1b9b2a1b3e995565467218ff7eca7479c5e
|
Loading…
Reference in New Issue
Block a user