You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry I tried to minify the example, but I can't find a pattern.
There is a PR: rust-lang/rls#168
There is an commit: "Replaced uses of unwrap with expect.".
In the commit in the src/actions/build.mod file there are two structs: CompilerMessageCode, CompilerMessage which are unused.
The compiler doesn't show any warning.