You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This test makes sure that if we import a move only type
14
+
// and do not have lexical borrow scopes enabled, we emit an error.
9
15
10
16
import Library
11
17
12
-
// CHECK: error: Can not import module 'Library' that uses move only features when experimental move only is disabled! Pass the frontend flag -enable-experimental-move-only to swift to enable the usage of this language feature
0 commit comments