Skip to content

Commit a0190b5

Browse files
Add link to issue
1 parent 572d14d commit a0190b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

+1
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ fn incremental_verify_ich<CTX, K, V: Debug>(
599599
tcx.sess().struct_err(&format!("internal compiler error: encountered incremental compilation error with {:?}", dep_node))
600600
.help(&format!("This is a known issue with the compiler. Run {} to allow your project to compile", run_cmd))
601601
.note(&format!("Please follow the instructions below to create a bug report with the provided information"))
602+
.note(&format!("See <https://github.com/rust-lang/rust/issues/84970> for more information."))
602603
.emit();
603604
panic!("Found unstable fingerprints for {:?}: {:?}", dep_node, result);
604605
}

0 commit comments

Comments
 (0)