Skip to content

fix feature start removal for all exemples#128

Closed
antoineok wants to merge 9 commits intorust-wii:masterfrom
antoineok:master
Closed

fix feature start removal for all exemples#128
antoineok wants to merge 9 commits intorust-wii:masterfrom
antoineok:master

Conversation

@antoineok
Copy link
Contributor

As of a recent rust update, feature(start) was removed, forcing to do this small workaround to still have the C main function

antoineok and others added 8 commits February 9, 2025 17:16
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
As of a recent rust update, feature(start) was removed, forcing to do this small workaround
add db lib

#[start]
fn main(_argc: isize, _argv: *const *const u8) -> isize {
#[no_mqngle]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#[no_mqngle]?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah, thanks, got it wrong.


#[start]
fn main(_argc: isize, _argv: *const *const u8) -> isize {
#[no_mqngle]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@ProfElements ProfElements mentioned this pull request Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants