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.
1 parent b709fa2 commit ccda595Copy full SHA for ccda595
test/Parse/inverse_escapable_feature.swift
@@ -1,3 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -enable-experimental-feature NoncopyableGenerics
2
3
+// REQUIRES: asserts
4
+
5
struct S: ~Escapable {} // expected-error {{type '~Escapable' requires -enable-experimental-feature NonEscapableTypes}}
0 commit comments