Skip to content

Commit 5609ca6

Browse files
committed
elided user name (and a bunch of other junk) from the second example diagnostic output.
1 parent ba3ca92 commit 5609ca6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

posts/2021-05-07-caught-red-handed.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,7 @@ Essentially, for some crates, certain sequences of edit-compile cycles will caus
7676
Another recent example looks [like this](https://github.com/rust-lang/rust/issues/85039):
7777

7878
```
79-
thread 'rustc' panicked at 'found unstable fingerprints for predicates_of(core[b0ed]::convert::From): \
80-
GenericPredicates { parent: None, predicates: [(Binder(TraitPredicate(<Self as std::marker::Sized>)), \
81-
/home/coolreader18/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/cor\
82-
e/src/convert/mod.rs:365:20: 365:25 (#0)), (Binder(TraitPredicate(<T as std::marker::Sized>)), /home/c\
83-
oolreader18/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/c\
84-
onvert/mod.rs:365:16: 365:17 (#0)), (Binder(TraitPredicate(<Self as std::convert::From<T>>)), /home/co\
85-
olreader18/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/co\
86-
nvert/mod.rs:365:1: 365:25 (#0))] }', /rustc/88f19c6dab716c6281af7602e30f413e809c5974/compiler/rustc_q\
87-
uery_system/src/query/plumbing.rs:593:5
79+
thread 'rustc' panicked at 'found unstable fingerprints for predicates_of(<massive text describing rustc internals elided>)', /rustc/88f19c6dab716c6281af7602e30f413e809c5974/compiler/rustc_query_system/src/query/plumbing.rs:593:5
8880
```
8981

9082
They all arise from inconsistencies when comparing the incremental-compilation cache stored on disk against the values computed during a current `rustc` invocation, which means they all arise from using incremental compilation.

0 commit comments

Comments
 (0)