We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8478d8 commit 677c075Copy full SHA for 677c075
rls-span/src/compiler.rs
@@ -1,6 +1,6 @@
1
///! These are the structures emitted by the compiler as part of JSON errors.
2
///! The original source can be found at
3
-///! https://github.com/rust-lang/rust/blob/master/src/librustc_errors/json.rs
+///! https://github.com/rust-lang/rust/blob/master/compiler/rustc_errors/src/json.rs
4
use std::path::PathBuf;
5
6
#[cfg(feature = "derive")]
0 commit comments