We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5be31d + 2c84afe commit c25963dCopy full SHA for c25963d
test/Sema/diag_non_ephemeral.swift
@@ -531,7 +531,7 @@ func tuplify<Ts>(_ fn: @escaping (Ts) -> Void) -> (Ts) -> Void { fn }
531
532
func testTuplingNonEphemeral(_ ptr: UnsafePointer<Int>) {
533
// Make sure we drop @_nonEphemeral when imploding params. This is to ensure
534
- // we don't accidently break any potentially valid code.
+ // we don't accidentally break any potentially valid code.
535
let fn = tuplify(takesTwoPointers)
536
fn((ptr, ptr))
537
0 commit comments