**Category**: pick one of:
- "feature", for languange and compiler features, e.g. const generics;
- "bug fix", e.g. fix rust-lang/cargo#5730;
- "stabilization", stabilization of standard API and features, e.g. stabilize `MaybeUninit`;
- "std", for addition and changes in any of the standard crates, e.g. add `core::io`;
- "crate", e.g. write / maintain a USB stack;
- "resources", for requesting docs, user guides, cookbooks and the like;
- or leave it empty if it doesn't fit any of the categories above
**Request**: your request in a single sentence
**Rationale**: one paragraph, or several bullets, explaining how this change would
benefit the embedded community
> **Request**: the sentence that Alice wrote
This would also let us do X and Y, and it would let crate Z compile on stable!
Hello embedded Rustaceans!
We are collecting a "wishlist" of things you'd like to see done, fixed or
stabilized in 2019. We'll use this data to make a roadmap for 2019, i.e. to set
the goals of the WG for 2019.
You can request anything related to embedded Rust development: language
features, bug fixes, crates, docs, etc. The more requested something is the more
likely it is to make it into the roadmap; of course, other factors will be
considered as well: amount of work required; how beneficial would it be to the
community; does it require a rust-lang/rust RFC? how likely is that RFC to be
accepted?; who has to do the bulk of the work? the embedded community or a Rust
team?; etc.
To keep things tidy let's limit comments to one request per comment. Let's
also avoid "+1" and "I'd like to see that fixed too" comments; instead use a 👍
reaction to vote for a request.
To make our job easier please use the following format:
If you'd like to extend the rationale of an already submitted request just make
a new comment referencing the original request. We'll merge your comment into
the request comment. For example:
Summary of requests
Stabilization
profile-overridescore::mem::MaybeUninitconst fn-s that have trait bounds, e.g.const fn new() -> Mutex<T> where T: Send.Bug fixes
Features
#pragma unrolland-funroll-loops)Std
Crate
Resources
cc @rust-embedded/all please check this thread every now and then and update
the summary section