File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ private struct PrimaryDiagnosticFilter<Diagnostic: AnyDiagnostic>: ~Copyable {
194
194
}
195
195
196
196
/// The backing API for `SwiftFixitCommand`.
197
- package struct SwiftFixIt /*: ~Copyable */ {
197
+ package struct SwiftFixIt /*: ~Copyable */ { // TODO: Crashes with ~Copyable
198
198
private typealias DiagnosticsPerFile = [ SourceFile : [ SwiftDiagnostics . Diagnostic ] ]
199
199
200
200
private let fileSystem : any FileSystem
@@ -383,8 +383,8 @@ extension SourceFile: Hashable {
383
383
}
384
384
}
385
385
386
- private struct DiagnosticConverter /* : ~Copyable */ {
387
- private struct SourceFileCache /* : ~Copyable */ {
386
+ private struct DiagnosticConverter : ~ Copyable {
387
+ private struct SourceFileCache : ~ Copyable {
388
388
private let fileSystem : any FileSystem
389
389
390
390
private var sourceFiles : [ AbsolutePath : SourceFile ]
You can’t perform that action at this time.
0 commit comments