Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ff12b11

Browse files
Add link to issue
1 parent 7e4d056 commit ff12b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

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

0 commit comments

Comments
 (0)