Skip to content

Commit 4a3b48d

Browse files
committed
Clarify comment
1 parent 2fbb67a commit 4a3b48d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/runtime/DynamicCast.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ using namespace hashable_support;
5454
// * Destination location and type
5555
// * Source value address and type
5656
// * References to the types that will be used to report failure.
57+
// The function can update these with specific failing types
58+
// to improve the reported failure.
5759
// * Bool indicating whether the compiler has asked us to "take" the
5860
// value instead of copying.
5961
// * Bool indicating whether it's okay to do type checks lazily on later

0 commit comments

Comments
 (0)