diff options
| author | bors <bors@rust-lang.org> | 2025-07-10 07:04:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-10 07:04:03 +0000 |
| commit | cf3fb768db439825e3c8d327f6d9f46e02965668 (patch) | |
| tree | b09e1cb35495a6364e1b302e4d93d401b3f35453 /tests/codegen | |
| parent | 32cd9114712a24010b0583624dc52ac302194128 (diff) | |
| parent | 51084719cddaf35bbe82c3d9bab444fdb498c936 (diff) | |
| download | rust-cf3fb768db439825e3c8d327f6d9f46e02965668.tar.gz rust-cf3fb768db439825e3c8d327f6d9f46e02965668.zip | |
Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung
Add opaque TypeId handles for CTFE Reopen of https://github.com/rust-lang/rust/pull/142789#issuecomment-3053155043 after some bors insta-merge chaos r? `@RalfJung`
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/error-provide.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/codegen/error-provide.rs b/tests/codegen/error-provide.rs index 25a66078fd4..7f091e34359 100644 --- a/tests/codegen/error-provide.rs +++ b/tests/codegen/error-provide.rs @@ -37,9 +37,9 @@ impl std::error::Error for MyError { // and eliminate redundant ones, rather than compare one-by-one. // CHECK-NEXT: start: - // CHECK-NEXT: %[[SCRUTINEE:[^ ]+]] = load i64, ptr - // CHECK-NEXT: switch i64 %[[SCRUTINEE]], label %{{.*}} [ - // CHECK-COUNT-3: i64 {{.*}}, label %{{.*}} + // CHECK-NEXT: %[[SCRUTINEE:[^ ]+]] = load i128, ptr + // CHECK-NEXT: switch i128 %[[SCRUTINEE]], label %{{.*}} [ + // CHECK-COUNT-3: i128 {{.*}}, label %{{.*}} // CHECK-NEXT: ] request .provide_ref::<MyBacktrace1>(&self.backtrace1) |
