This would allow to construct a Box<str> from an iterator, example: ```let string: Box<str> = (0..5).map(|_| '☺').collect();``` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> This issue has been assigned to @Duddino via [this comment](https://github.com/rust-lang/rust/issues/65163#issuecomment-538747890). <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"Duddino"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
This would allow to construct a Box from an iterator, example:
let string: Box<str> = (0..5).map(|_| '☺').collect();This issue has been assigned to @Duddino via this comment.