rust-lang / wg-allocators

Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!
http://bit.ly/hello-wg-allocators
203 stars 9 forks source link

The compiler panics when using Box::new_in with custom allocator. #92

Open adsnaider opened 2 years ago

adsnaider commented 2 years ago

Here's the tracking issue for the compiler bug issue I created in the main rust repo. github.com/#90911

mladedav commented 1 year ago

This seems to have been solved in https://github.com/rust-lang/rust/issues/78459