diff options
| author | bors <bors@rust-lang.org> | 2023-04-20 08:33:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-20 08:33:33 +0000 |
| commit | 13fc33e3f299f475a0c64d9a5f052bedf3eccc11 (patch) | |
| tree | 07cb96626cda3e71ab26b36dcf23fbac01ca5e8f /src/bootstrap | |
| parent | 23a76a8ab5f7b29a1eb7aca5f3e4c4a9b866d5b7 (diff) | |
| parent | a2826dc4d46fc08d65926a3054368fadd1985711 (diff) | |
Auto merge of #110585 - JohnTitor:rollup-gfffoiv, r=JohnTitor
Rollup of 7 pull requests Successful merges: - #102341 (Implement `Neg` for signed non-zero integers.) - #110424 (Spelling misc) - #110448 (cmp doc examples improvements) - #110516 (bootstrap: Update linux-raw-sys to 0.3.2) - #110548 (Make `impl Debug for Span` not panic on not having session globals.) - #110554 (`deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures`) - #110575 (fix lint regression in `non_upper_case_globals`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/Cargo.lock b/src/bootstrap/Cargo.lock index a158d1f718e..19d67e80a61 100644 --- a/src/bootstrap/Cargo.lock +++ b/src/bootstrap/Cargo.lock @@ -374,9 +374,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "linux-raw-sys" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" +checksum = "3f508063cc7bb32987c71511216bd5a32be15bccb6a80b52df8b9d7f01fc3aa2" [[package]] name = "log" |
