Skip to content

accuracy test is failing since nightly-2024-04-27 #617

Closed
@philipc

Description

@philipc

See #616. Failures appear to be due to rust-lang/rust#120845. Using the unstable attribute mentioned in that PR fixes it:

--- a/tests/accuracy/main.rs
+++ b/tests/accuracy/main.rs
@@ -6,6 +6,7 @@ macro_rules! pos {
     };
 }
 
+#[collapse_debuginfo(yes)]
 macro_rules! check {
     ($($pos:expr),*) => ({
         verify(&[$($pos,)* pos!()]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions