-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
rulinalg version 0.3.7 regressed from stable to beta (full log):
Aug 03 18:40:40.613 INFO blam! ---- src/macros/matrix_eq.rs - assert_matrix_eq (line 501) stdout ----
Aug 03 18:40:40.613 INFO blam! error: type `rulinalg::macros::matrix_eq::AbsoluteError<f64>` is private
Aug 03 18:40:40.613 INFO blam! --> <anon>:6:1
Aug 03 18:40:40.613 INFO blam! |
Aug 03 18:40:40.613 INFO blam! 6 | assert_matrix_eq!(x, y, comp = abs, tol = 1e-12);
Aug 03 18:40:40.613 INFO blam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 03 18:40:40.613 INFO blam! |
Aug 03 18:40:40.613 INFO blam! = note: this error originates in a macro outside of the current crate
Aug 03 18:40:40.613 INFO blam!
cc @AtheMathmo
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.