]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/cycle-cache-err-60010.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / traits / cycle-cache-err-60010.stderr
CommitLineData
29967ef6 1error[E0275]: overflow evaluating the requirement `SalsaStorage: RefUnwindSafe`
94222f64 2 --> $DIR/cycle-cache-err-60010.rs:27:13
48663c56 3 |
94222f64
XL
4LL | _parse: <ParseQuery as Query<RootDatabase>>::Data,
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48663c56 6 |
04454e1e 7 = note: required because it appears within the type `PhantomData<SalsaStorage>`
29967ef6
XL
8 = note: required because it appears within the type `Unique<SalsaStorage>`
9 = note: required because it appears within the type `Box<SalsaStorage>`
cdc7bbd5
XL
10note: required because it appears within the type `Runtime<RootDatabase>`
11 --> $DIR/cycle-cache-err-60010.rs:23:8
12 |
13LL | struct Runtime<DB: Database> {
14 | ^^^^^^^
15note: required because it appears within the type `RootDatabase`
16 --> $DIR/cycle-cache-err-60010.rs:20:8
17 |
18LL | struct RootDatabase {
19 | ^^^^^^^^^^^^
20note: required because of the requirements on the impl of `SourceDatabase` for `RootDatabase`
94222f64 21 --> $DIR/cycle-cache-err-60010.rs:44:9
cdc7bbd5
XL
22 |
23LL | impl<T> SourceDatabase for T
24 | ^^^^^^^^^^^^^^ ^
94222f64
XL
25note: required because of the requirements on the impl of `Query<RootDatabase>` for `ParseQuery`
26 --> $DIR/cycle-cache-err-60010.rs:37:10
136023e0 27 |
94222f64
XL
28LL | impl<DB> Query<DB> for ParseQuery
29 | ^^^^^^^^^ ^^^^^^^^^^
48663c56 30
29967ef6 31error: aborting due to previous error
48663c56
XL
32
33For more information about this error, try `rustc --explain E0275`.