diff options
| author | nxya <nathacutlan@gmail.com> | 2023-07-12 22:59:01 -0400 |
|---|---|---|
| committer | nxya <nathacutlan@gmail.com> | 2023-07-18 09:20:25 -0400 |
| commit | bef91ee6878e3710c0a31f7570c837131e184e0c (patch) | |
| tree | 21a682526ac5da65d1890133e3bbe200fb466df4 /compiler/rustc_query_system/src/error.rs | |
| parent | c429a72db9515eb3244d6da8c09c15c520aee9db (diff) | |
| download | rust-bef91ee6878e3710c0a31f7570c837131e184e0c.tar.gz rust-bef91ee6878e3710c0a31f7570c837131e184e0c.zip | |
added links as a note
Diffstat (limited to 'compiler/rustc_query_system/src/error.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_query_system/src/error.rs b/compiler/rustc_query_system/src/error.rs index cf2f04c7486..8ed559f2b72 100644 --- a/compiler/rustc_query_system/src/error.rs +++ b/compiler/rustc_query_system/src/error.rs @@ -46,6 +46,7 @@ pub struct CycleUsage { #[derive(Diagnostic)] #[diag(query_system_cycle, code = "E0391")] pub struct Cycle { + #[note] #[primary_span] pub span: Span, pub stack_bottom: String, |
