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.
2 parents c3f801b + 7128611 commit 9d77017Copy full SHA for 9d77017
include/swift/AST/Module.h
@@ -204,7 +204,7 @@ class ModuleDecl : public DeclContext, public TypeDecl {
204
public:
205
typedef ArrayRef<Located<Identifier>> AccessPathTy;
206
/// Convenience struct to keep track of a module along with its access path.
207
- struct ImportedModule {
+ struct alignas(uint64_t) ImportedModule {
208
/// The access path from an import: `import Foo.Bar` -> `Foo.Bar`.
209
ModuleDecl::AccessPathTy accessPath;
210
/// The actual module corresponding to the import.
0 commit comments