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

Suggested fix for macro typos adds extra exclamation point #655

@Vlad-Shcherbina

Description

@Vlad-Shcherbina
fn main() {
    panec!()
}

RLS suggests a fix you could try the macro: `panic!` .

When applying this fix, I get

fn main() {
    panic!!()
}

I observed this defect on

rls-preview 0.124.0-nightly (299a6a9 2017-12-25)
rust-lang-nursery/rls-vscode 0.3.2

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