Skip to content

Can't follow advide about #[no_std] in README #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vi opened this issue Jan 15, 2014 · 1 comment
Open

Can't follow advide about #[no_std] in README #7

vi opened this issue Jan 15, 2014 · 1 comment

Comments

@vi
Copy link

vi commented Jan 15, 2014

It is no longer necessary to use this to achieve runtime-less operation;
just use #[start] and/or #[no_std] and avoid the runtime.

But "#[no_std] no longer works"

I think zero.rs should keep example implementation of runtime-less Rust and update it as things change in Rust. In "good times" it should be some short thing with just #[no_std] and #[start], in bad times it should also contain various workarounds to make it working.

@vi
Copy link
Author

vi commented Jan 16, 2014

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

No branches or pull requests

1 participant