You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I stumbled upon a rust-analyzer bug. Upon trying to make YouCompleteMe work with latest nightly of rust-analyzer, it panicked with the following error message:
proc macro returned error: proc-macro panicked: called Result::unwrap() on an Err value: ParseFloatError { kind: Invalid }
I think I stumbled upon a
rust-analyzer
bug. Upon trying to make YouCompleteMe work with latest nightly of rust-analyzer, it panicked with the following error message:proc macro returned error: proc-macro panicked: called Result::unwrap() on an Err value: ParseFloatError { kind: Invalid }
But "cargo build" succeeded using the same nightly toolchain. The code that fails is this one (very small, just one file): https://github.com/lvella/bastroblasto
The offending version: rust-analyzer 3022a2c 2021-05-28 dev
The text was updated successfully, but these errors were encountered: