2021-05-31 13:22:40 -05:00
|
|
|
error[E0275]: overflow evaluating the requirement `RootDatabase: SourceDatabase`
|
|
|
|
--> $DIR/cycle-cache-err-60010.rs:27:13
|
2019-05-01 13:10:01 -04:00
|
|
|
|
|
2021-05-31 13:22:40 -05:00
|
|
|
LL | _parse: <ParseQuery as Query<RootDatabase>>::Data,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-05-01 13:10:01 -04:00
|
|
|
|
|
2021-05-31 13:22:40 -05:00
|
|
|
note: required because of the requirements on the impl of `Query<RootDatabase>` for `ParseQuery`
|
|
|
|
--> $DIR/cycle-cache-err-60010.rs:37:10
|
2021-03-30 13:37:30 -07:00
|
|
|
|
|
2021-05-31 13:22:40 -05:00
|
|
|
LL | impl<DB> Query<DB> for ParseQuery
|
|
|
|
| ^^^^^^^^^ ^^^^^^^^^^
|
2019-05-01 13:10:01 -04:00
|
|
|
|
2020-09-07 10:01:45 +01:00
|
|
|
error: aborting due to previous error
|
2019-05-01 13:10:01 -04:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|