Skip to content

Commit 3ca2ed3

Browse files
authored
Merge pull request #5224 from practicalswift/gardening-20161011
2 parents b951928 + aaf9afe commit 3ca2ed3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,8 +1950,6 @@ ERROR(noescape_implied_by_autoclosure,none,
19501950
ERROR(noescape_conflicts_escaping_autoclosure,none,
19511951
"@noescape conflicts with @autoclosure(escaping)", ())
19521952

1953-
ERROR(escaping_function_type,none,
1954-
"@escaping may only be applied to parameters of function type", ())
19551953
ERROR(escaping_non_function_parameter,none,
19561954
"@escaping attribute may only be used in function parameter position", ())
19571955

lib/IRGen/GenConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- GenConstant.cpp - Swift IR Generation For Constants ----*- C++ -*-===//
1+
//===--- GenConstant.cpp - Swift IR Generation For Constants --------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)