mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: Replace deprecated @_moveOnly in test by ~Copyable
This commit is contained in:
committed by
Paolo Tranquilli
parent
59faf9fbdf
commit
a74b38c0ec
@@ -1,5 +1,5 @@
|
||||
@_moveOnly
|
||||
struct S {
|
||||
|
||||
struct S : ~Copyable {
|
||||
__consuming func f() {
|
||||
discard self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user