rust-analyzer version: master
code snippet to reproduce:
#[test_case]
#[test_case]
#[test_case]
#[test_case]
#[test_case]
#[test_case]
#[test_case]
#[test_case]
fn test() {}
rust-analyzer will hang while trying to analyze this file. I think it's exponential, so if it doesn't for you, just add more #[test_case] :)
rust-analyzer version: master
code snippet to reproduce:
rust-analyzer will hang while trying to analyze this file. I think it's exponential, so if it doesn't for you, just add more
#[test_case]:)