Open
Description
Context: https://go.dev/cl/498595
This statement prevents Config.EncryptTicket
from being dead-code eliminated:
var _ = &Config{WrapSession: (&Config{}).EncryptTicket}
Seems like the compiler (linker?) could notice that the reference is dead and eliminate it.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo