Skip to content

Commit

Permalink
autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
josh11b committed Mar 4, 2025
1 parent 1ebc2b9 commit dbd2b7f
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 91 deletions.
2 changes: 1 addition & 1 deletion toolchain/check/testdata/facet/no_prelude/combine.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fn F() {
// CHECK:STDERR: fn H[T:! A & B](t: T) {
// CHECK:STDERR: ^~~~~~~~~~~~~~~~~~~~~~~
// CHECK:STDERR:
// CHECK:STDERR: fail_todo_generic_combine.carbon:[[@LINE+10]]:3: error: cannot implicitly convert from `type` to `A & B` [ImplicitAsConversionFailure]
// CHECK:STDERR: fail_todo_generic_combine.carbon:[[@LINE+10]]:3: error: cannot implicitly convert value of type `type` to `A & B` [ImplicitAsConversionFailure]
// CHECK:STDERR: H({} as C);
// CHECK:STDERR: ^~~~~~~~~~
// CHECK:STDERR: fail_todo_generic_combine.carbon:[[@LINE+7]]:3: note: type `type` does not implement interface `Core.ImplicitAs(A & B)` [MissingImplInMemberAccessNote]
Expand Down
Loading

0 comments on commit dbd2b7f

Please sign in to comment.