diff options
| author | bors <bors@rust-lang.org> | 2023-03-17 14:56:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-17 14:56:30 +0000 |
| commit | 03b01c5bec658081605ab078ad3fbcdb6b30f6c2 (patch) | |
| tree | c9d1d3914557ce581d92db8bba3797f3b651b68c /tests/codegen | |
| parent | c50c62d225e004f5b488006d3d205a34363a128c (diff) | |
| parent | 0584bde84909ac5001834544fbfea593ff6b957a (diff) | |
| download | rust-03b01c5bec658081605ab078ad3fbcdb6b30f6c2.tar.gz rust-03b01c5bec658081605ab078ad3fbcdb6b30f6c2.zip | |
Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #108958 (Remove box expressions from HIR) - #109044 (Prevent stable `libtest` from supporting `-Zunstable-options`) - #109155 (Fix riscv64 fuchsia LLVM target name) - #109156 (Fix linker detection for clang with prefix) - #109181 (inherit_overflow: adapt pattern to also work with v0 mangling) - #109198 (Install projection from RPITIT to default trait method opaque correctly) - #109215 (Use sort_by_key instead of sort_by) - #109229 (Fix invalid markdown link references) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/inherit_overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/inherit_overflow.rs b/tests/codegen/inherit_overflow.rs index 0b0b890b2c9..39909d7abfd 100644 --- a/tests/codegen/inherit_overflow.rs +++ b/tests/codegen/inherit_overflow.rs @@ -4,7 +4,7 @@ //[NOASSERT] compile-flags: -Coverflow-checks=off // CHECK-LABEL: define{{.*}} @assertion -// ASSERT: call void @_ZN4core9panicking5panic17h +// ASSERT: call void @{{.*4core9panicking5panic}} // NOASSERT: ret i8 0 #[no_mangle] pub fn assertion() -> u8 { |
