Skip to content

Commit 677c075

Browse files
committed
Fix an incorrect URL
Follow up rust-lang/rust#74862. https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs returns page not found. This PR fixes the incorrect URL.
1 parent d8478d8 commit 677c075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls-span/src/compiler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///! These are the structures emitted by the compiler as part of JSON errors.
22
///! The original source can be found at
3-
///! https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs
3+
///! https://github.com/rust-lang/rust/blob/master/compiler/rustc_errors/src/json.rs
44
use std::path::PathBuf;
55

66
#[cfg(feature = "derive")]

0 commit comments

Comments
 (0)