Skip to content

Commit bb619af

Browse files
committed
Update tests
1 parent c7aa468 commit bb619af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tests/ui/const-generics/generic_const_exprs/issue-80742.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error: internal compiler error: compiler/rustc_const_eval/src/interpret/step.rs:
33

44
Box<dyn Any>
55
query stack during panic:
6-
#0 [eval_to_allocation_raw] const-evaluating + checking `<impl at $DIR/issue-80742.rs:25:1: 25:18>::{constant#0}`
6+
#0 [eval_to_allocation_raw] const-evaluating + checking `{impl#0}::{constant#0}`
77
#1 [eval_to_valtree] evaluating type-level constant
88
end of query stack
99
error: aborting due to previous error
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
error: the compiler unexpectedly panicked. this is a bug.
22

33
query stack during panic:
4-
#0 [evaluate_obligation] evaluating trait selection obligation `for<'a> [async fn body@$DIR/future.rs:32:35: 34:2]: core::future::future::Future`
5-
#1 [codegen_select_candidate] computing candidate for `<strlen as Trait>`
4+
#0 [evaluate_obligation] evaluating trait selection obligation `<inaccessible>`
5+
#1 [codegen_select_candidate] computing candidate for `<inaccessible>`
66
end of query stack

tests/ui/impl-trait/issues/issue-86800.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResu
77
error: the compiler unexpectedly panicked. this is a bug.
88

99
query stack during panic:
10-
#0 [type_of] computing type of `TransactionFuture::{opaque#0}`
10+
#0 [type_of] <inaccessible> `TransactionFuture::{opaque#0}`
1111
#1 [check_mod_item_types] checking item types in top-level module
1212
end of query stack

tests/ui/layout/valid_range_oob.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
error: the compiler unexpectedly panicked. this is a bug.
33

44
query stack during panic:
5-
#0 [layout_of] computing layout of `Foo`
5+
#0 [layout_of] computing layout of `<inaccessible>`
66
#1 [eval_to_allocation_raw] const-evaluating + checking `FOO`
77
end of query stack

0 commit comments

Comments
 (0)