Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

RLS panics when invoked from master rls-vscode #477

Closed
@tchebb

Description

@tchebb

cb2206e ("Add missing full_docs and show_hover_context config keys") exposed a bug in RLS where it panics when full_docs is specified as null. I have submitted rust-lang/rls#1192 to fix the bug in RLS; however, it might be prudent to revert cb2206e or specify false instead of null for full_docs so as to not break users who don't update RLS.

Example panic:

thread '<unnamed>' panicked at 'internal error: entered unreachable code', src/config.rs:111:33

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions