-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
blockedBlocked by another projectBlocked by another projectbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Hi,
I have an issue with the following setup:
- app crate defines the binary to produce
- lib crate defines a rust standard library
When using #[ctor]
attribute inside the crate lib, it is not called when running the binary built with app.
Using a rust library dependency statically link it so it should also include the ctor function, but it does not seems to be the case.
Am I missing something or is this an unsupported use case?
sagebind and laysakura
Metadata
Metadata
Assignees
Labels
blockedBlocked by another projectBlocked by another projectbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed