swift
d192a833
- [BitwiseCopyable] Remove existential conformance.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
[BitwiseCopyable] Remove existential conformance. It makes sense to form an existential of a type that conforms to `BitwiseCopyable` but such an existential is not itself trivial and consequently not `BitwiseCopyable`.
References
#71458 - [BitwiseCopyable] Remove existential conformance.
Author
nate-chandler
Committer
nate-chandler
Parents
a679bbcc
Files
2
lib/Sema
TypeCheckDecl.cpp
test/Sema
bitwise_copyable_2.swift
Loading