Proc macro is panicking in rust-analyzer
when it does not in a rustc
compilation [Nightly Rust]
#17193
Labels
C-bug
Category: bug
rust-analyzer version:
0.4.1948-standalone
rustc version:
rustc 1.80.0-nightly (9c9b56879 2024-05-05)
rustc 1.78.0-nightly (9b00956e5 2024-04-29)
editor or extension: VSCode
relevant settings:
repository link (if public, optional): d3rpp/proc_macros_path_panicking_incorrectly
code snippet to reproduce:
The repository link is a reproduced example, it is able to replicate the issue exactly as it is occurring in the main project (which is unfortunately closed source)
// look above
Note: This is using unstable features in order to provide the information that enables this bug to be triggered.
#![feature(proc_macro_span)]
The text was updated successfully, but these errors were encountered: