-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
--> /Users/morenol/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regalloc2-0.12.2/src/lib.rs:1698:24
|
1698 | self.0.deref().allocate(layout)
| ^^^^^^^^
|
::: /Users/morenol/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.18.0/src/lib.rs:292:1
|
292 | pub struct Bump<const MIN_ALIGN: usize = 1> {
| ------------------------------------------- doesn't satisfy `bumpalo::Bump: allocator_api2::alloc::Allocator`
|
= note: the following trait bounds were not satisfied:
`bumpalo::Bump: allocator_api2::alloc::Allocator`
which is required by `&bumpalo::Bump: allocator_api2::alloc::Allocator`
= help: items from traits can only be used if the trait is in scope
help: trait `Allocator` which provides `allocate` is implemented but not in scope; perhaps you want to import it
|
17 + use allocator_api2::alloc::Allocator;
Seems to be related to this release?
jadamcrain and nslee333
Metadata
Metadata
Assignees
Labels
No labels