File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/lib/SIL Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 3b0ee9990d67a1b04ce63a2e596df6326aa8eb4e
1460
+ refs/heads/master-rebranch: b414289ef7ffe34dcfd8ff6a471aa4748166d38c
Original file line number Diff line number Diff line change @@ -1657,7 +1657,7 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
1657
1657
" [dynamic_replacement_for:...] function" );
1658
1658
} else if (isa<DynamicFunctionRefInst>(FRI))
1659
1659
require (RefF->isDynamicallyReplaceable (),
1660
- " dynamic_function_ref cannot reference a "
1660
+ " dynamic_function_ref must reference a "
1661
1661
" [dynamically_replaceable] function" );
1662
1662
1663
1663
// In canonical SIL, direct reference to a shared_external declaration
You can’t perform that action at this time.
0 commit comments