rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Fix an incorrect URL #1774

Closed koic closed 2 years ago

koic commented 2 years ago

Follow up https://github.com/rust-lang/rust/pull/74862.

https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs returns page not found. This PR fixes the incorrect URL.

calebcartwright commented 2 years ago

Just a heads up that this is unlikely to get any eyes or be merged because RLS is being deprecated in favor of Rust Analyzer

https://github.com/rust-lang/blog.rust-lang.org/pull/979

Xanewok commented 2 years ago

Thanks!