]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/cycle-cache-err-60010.stderr
Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett
[rust.git] / src / test / ui / traits / cycle-cache-err-60010.stderr
1 error[E0275]: overflow evaluating the requirement `SalsaStorage: RefUnwindSafe`
2   --> $DIR/cycle-cache-err-60010.rs:69:5
3    |
4 LL |     fn parse(&self) {
5    |     --------------- required by `SourceDatabase::parse`
6 ...
7 LL |     SourceDatabase::parse(db);
8    |     ^^^^^^^^^^^^^^^^^^^^^
9    |
10    = note: required because it appears within the type `*const SalsaStorage`
11    = note: required because it appears within the type `Unique<SalsaStorage>`
12    = note: required because it appears within the type `Box<SalsaStorage>`
13    = note: required because it appears within the type `Runtime<RootDatabase>`
14    = note: required because it appears within the type `RootDatabase`
15    = note: required because of the requirements on the impl of `SourceDatabase` for `RootDatabase`
16
17 error: aborting due to previous error
18
19 For more information about this error, try `rustc --explain E0275`.