ebkalderon / nix-language-server

Language server for the Nix language (WIP)
41 stars 4 forks source link

Documenting nix-parser produces ICE on 1.38.0 #9

Open ebkalderon opened 4 years ago

ebkalderon commented 4 years ago

It appears that there is an issue with documenting the nix-parser crate, where running the following command results in an ICE on Rust 1.38.0:

cargo doc --open

See https://github.com/rust-lang/rust/issues/65367 for more details.

ebkalderon commented 4 years ago

Issue was a duplicate of https://github.com/rust-lang/rust/issues/64705. I've determined that this ICE doesn't occur on Rust 1.37.0 stable.