Skip to content

Commit

Permalink
Add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed May 9, 2021
1 parent 572d14d commit a0190b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_query_system/src/query/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ fn incremental_verify_ich<CTX, K, V: Debug>(
tcx.sess().struct_err(&format!("internal compiler error: encountered incremental compilation error with {:?}", dep_node))
.help(&format!("This is a known issue with the compiler. Run {} to allow your project to compile", run_cmd))
.note(&format!("Please follow the instructions below to create a bug report with the provided information"))
.note(&format!("See <https://github.com/rust-lang/rust/issues/84970> for more information."))
.emit();
panic!("Found unstable fingerprints for {:?}: {:?}", dep_node, result);
}
Expand Down

0 comments on commit a0190b5

Please sign in to comment.