Skip to content

Add section Embedded Setup back into chapter 5 #57

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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ajamtli
Copy link

@ajamtli ajamtli commented Jul 30, 2025

The section about embedded setup seems to have fallen out of the book SUMMARY.md and is therefore not included in the rendering of the book.

The necessary link argument is only specified in the top workspace .cargo/config.toml and this PR duplicates that line to have a complete reference to include in the chapter.

Changes:

  • Add Embedded Setup to SUMMARY
  • Add 'link-arg' from workspace to 'config.toml' for completeness

- Add Embedded Setup to SUMMARY
- Add 'link-arg' from workspace to 'config.toml' for completeness
Copy link
Member

@BartMassey BartMassey left a comment

Choose a reason for hiding this comment

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

Wow. That's a pretty big omission. Thanks much for catching it!

I don't think we want to change the link arguments in .cargo/config.toml, though: we don't do this with the other chapters, and it has caused problems for people in the past that we're still trying to diagnose and work around.

@ajamtli
Copy link
Author

ajamtli commented Aug 3, 2025

Ok, I've reverted back to the original config.toml

Copy link
Member

@BartMassey BartMassey left a comment

Choose a reason for hiding this comment

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

Thanks much!

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