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

Latest commit

 

History

History
23 lines (14 loc) · 469 Bytes

linting.md

File metadata and controls

23 lines (14 loc) · 469 Bytes

Linting Page

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.