]> git.lizzy.rs Git - rust.git/commit
Merge #5500
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 23 Jul 2020 12:02:42 +0000 (12:02 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 12:02:42 +0000 (12:02 +0000)
commit803f3613ba041a24b50c7e8249e9ee3195836ea8
treea6229184243c3892cbd51e211f15093bd84a9fd9
parent37e1d1c526e4d777a8e78088d830d73e2c6e0e90
parent995c624f57e91ed6c2ea4349d3a4d0d7a5e80b15
Merge #5500

5500: ProblemMatcher fixes/improvements. r=matklad a=rickvanprim

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/5482.

ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's owner and source.  VSCode LSP updated to specify owner.

Co-authored-by: James Leitch <rickvanprim@gmail.com>