Linting Page

February 20, 2017 ยท View on GitHub

The extension provides linting as shown in the following screenshot:

Linting

It also populates the Problems panel.

For the code:

fn foo(i: i32) {}

fn main() {
    foo(2i64);
}

The Problems panel would look like:

Linting

Linting behaves differently in RLS Mode than in Legacy Mode.