Skip to content

Commit

Permalink
ICE PoC: ```error: internal compiler error: src/librustc/traits/selec…
Browse files Browse the repository at this point in the history
…t.rs:2933: Where clause `Binder(<base::default_allocator::DefaultAllocator as base::allocator::Allocator<N, R, C>>)` was applicable to `Obligation(predicate=Binder(TraitPredicate(<base::default_allocator::DefaultAllocator as base::allocator::Allocator<_, _, _>>)), depth=1)` but now is not```
  • Loading branch information
aweinstock314 committed Jan 16, 2020
1 parent 2915511 commit 5106e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ where
R::Value: Mul<C::Value>,
Prod<R::Value, C::Value>: ArrayLength<N>,
ArrayStorage<N, R, C>: Storage<N, R, C, InitializedTag>,
DefaultAllocator: Allocator<N, R, C>
{
fn from(matrix_slice: MatrixSlice<'a, N, R, C, RStride, CStride>) -> Self {
matrix_slice.into_owned()
Expand Down

0 comments on commit 5106e2d

Please sign in to comment.