Skip to content

Mark private slot method of public class as unexported

Given the slot is marked as private and thus not intended for external use, exporting the symbol adds some minor unneeded costs in binary size and linking time, which can be avoided.

Merge request reports