]> git.lizzy.rs Git - rust.git/blob - src/test/ui/wf/wf-packed-on-proj-of-type-as-unimpl-trait.stderr
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / wf / wf-packed-on-proj-of-type-as-unimpl-trait.stderr
1 error[E0277]: the trait bound `DefaultAllocator: Allocator` is not satisfied
2   --> $DIR/wf-packed-on-proj-of-type-as-unimpl-trait.rs:28:12
3    |
4 LL | struct Foo(Matrix<<DefaultAllocator as Allocator>::Buffer>);
5    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Allocator` is not implemented for `DefaultAllocator`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.