Skip to content

Commit 78df2f9

Browse files
committed
Auto merge of rust-lang#151727 - Zalathar:rollup-goIJldt, r=Zalathar
Rollup of 5 pull requests Successful merges: - rust-lang#151692 (Try to reduce rustdoc GUI tests flakyness) - rust-lang#147436 (slice/ascii: Optimize `eq_ignore_ascii_case` with auto-vectorization) - rust-lang#151390 (Reintroduce `QueryStackFrame` split.) - rust-lang#151097 (Use an associated type default for `Key::Cache`.) - rust-lang#151702 (Omit standard copyright notice)
2 parents ebf13cc + 6ec16a4 commit 78df2f9

File tree

29 files changed

+489
-443
lines changed

29 files changed

+489
-443
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ path = [
5353
]
5454
precedence = "override"
5555
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
56-
SPDX-License-Identifier = "MIT or Apache-2.0"
56+
SPDX-License-Identifier = "MIT OR Apache-2.0"
5757

5858
[[annotations]]
5959
path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp"

compiler/rustc_codegen_gcc/example/alloc_system.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// SPDX-License-Identifier: MIT OR Apache-2.0
2-
// SPDX-FileCopyrightText: The Rust Project Developers (see https://thanks.rust-lang.org)
3-
41
#![no_std]
52
#![feature(allocator_api, rustc_private)]
63

0 commit comments

Comments
 (0)