Dario Nieuwenhuis
Dario Nieuwenhuis
I can't reproduce this, Miri is giving an ICE... - Can you post the full miri error? - Do you have a more reduced version to trigger this, that doesn't...
I'd like to add that another common reason for using `panic-never` is that rustc isn't normally able to remove bloat associated with panic handling (panic message strings, some `fmt` code)....
Closing this as part of 2024 triage. As of now, the charter of the WG is to focus on foundational crates and functionality, rather than develop solutions for all use...
Closing this as part of 2024 triage. URL changes are done, and the above linked repos use GHA.
`panic-immediate-abort` is the solution in nightly. See https://github.com/rust-embedded/wg/issues/551#issuecomment-821477413. No solution in stable yet.
The libs team exists now! https://github.com/rust-embedded/wg/pull/707
@adamgreig (or anyone who has permissions): you can fix this in https://github.com/organizations/rust-embedded/settings/oauth_application_policy
if all repos are public, what's the security risk in letting users use any apps the want, for example custom git clients?
true. I have no strong opinion then, either's fine by me. We should make a decision whether to lift the restriction or not (or not yet), and close this issue.
Closing this as part of 2024 triage. AVR support is in upstream rustc now, there's no rustc fork maintained by the WG anymore.