Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
philipc opened this issue May 3, 2024 · 1 comment
Closed

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

philipc opened this issue May 3, 2024 · 1 comment

Comments

@philipc
Copy link
Contributor

philipc commented May 3, 2024

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!()]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants