Skip to content

Add no_std for peg crate #406

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

Merged
merged 1 commit into from
May 29, 2025
Merged

Add no_std for peg crate #406

merged 1 commit into from
May 29, 2025

Conversation

A4-Tacks
Copy link
Contributor

@A4-Tacks A4-Tacks commented May 3, 2025

No description provided.

@A4-Tacks
Copy link
Contributor Author

A4-Tacks commented May 3, 2025

use cargo test --target aarch64-unknown-none

error[E0463]: can't find crate for `std`
  |
  = note: the `aarch64-unknown-none` target may not support the standard library
  = note: `std` is required by `peg` because it does not declare `#![no_std]`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `peg` (lib) due to 1 previous error

@kevinmehall kevinmehall merged commit 8510646 into kevinmehall:master May 29, 2025
2 checks passed
@A4-Tacks A4-Tacks deleted the no_std branch May 29, 2025 04:01
@A4-Tacks A4-Tacks restored the no_std branch May 29, 2025 04:01
@A4-Tacks A4-Tacks deleted the no_std branch May 29, 2025 04:01
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.

2 participants