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

Panic on let x = concat_bytes!(2); #16046

Closed
HKalbasi opened this issue Dec 8, 2023 · 1 comment · Fixed by #16048
Closed

Panic on let x = concat_bytes!(2); #16046

HKalbasi opened this issue Dec 8, 2023 · 1 comment · Fixed by #16048
Assignees
Labels
C-bug Category: bug

Comments

@HKalbasi
Copy link
Member

HKalbasi commented Dec 8, 2023

thread 'Worker' panicked at /home/user/oss/rust-analyzer/crates/mbe/src/token_map.rs:24:9:
assertion failed: self.spans.iter().tuple_windows().all(|(a, b)| a.0 < b.0)

Potentially regressed by #15959 since I can't reproduce it on old r-a.

@HKalbasi HKalbasi added the C-bug Category: bug label Dec 8, 2023
@Veykril
Copy link
Member

Veykril commented Dec 8, 2023

Stupid eager macros ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants