about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-01-18 07:08:20 +0000
committerbors <bors@rust-lang.org>2023-01-18 07:08:20 +0000
commit74c1ad5d35c7fbdb834c42144d966279fdff3679 (patch)
treee0c8101451bb53cd0dc6f00fec6497a71acd22f9 /tests/codegen
parentaaa9bb9e7bb4b8b565f2e1570587d6c21b13ab2d (diff)
parent788671c1c62e099b2ad4ff5384c6f764b8b26b8d (diff)
downloadrust-74c1ad5d35c7fbdb834c42144d966279fdff3679.tar.gz
rust-74c1ad5d35c7fbdb834c42144d966279fdff3679.zip
Auto merge of #107021 - matthiaskrgr:rollup-0dzxfyi, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #106244 (Improve Markdown styling in README)
 - #106747 (Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB)
 - #106873 (dont randomly use `_` to print out const generic arguments)
 - #106992 (Remove unused `#![feature(box_syntax)]` in `alloc`)
 - #106995 (bump failing assembly & codegen tests from LLVM 14 to LLVM 15)
 - #106996 (rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS)
 - #106997 (Add heapsort fallback in `select_nth_unstable`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/issue-96497-slice-size-nowrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/issue-96497-slice-size-nowrap.rs b/tests/codegen/issue-96497-slice-size-nowrap.rs
index a5dbef93460..0413ed6b26f 100644
--- a/tests/codegen/issue-96497-slice-size-nowrap.rs
+++ b/tests/codegen/issue-96497-slice-size-nowrap.rs
@@ -3,7 +3,7 @@
 // in some situations, see https://github.com/rust-lang/rust/issues/96497#issuecomment-1112865218
 
 // compile-flags: -O
-// min-llvm-version: 14.0
+// min-llvm-version: 15.0
 
 #![crate_type="lib"]