-
-
Save tmandry/ac59195bb712fbb515f5f979fbeb67a4 to your computer and use it in GitHub Desktop.
cycle error with RUSTC_LOG=debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error[E0391]: cycle detected when processing `account::<impl at ../../src/identity/bin/account_handler/src/account.rs:72:1: 371:2>::new::{{opaque}}#0` | |
--> ../../src/identity/bin/account_handler/src/account.rs:84:10 | |
| | |
84 | ) -> Result<Account, AccountManagerError> { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | |
note: ...which requires processing `account::<impl at ../../src/identity/bin/account_handler/src/account.rs:72:1: 371:2>::new::{{opaque}}#0`... | |
--> ../../src/identity/bin/account_handler/src/account.rs:84:10 | |
| | |
84 | ) -> Result<Account, AccountManagerError> { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: ...which requires processing `account::<impl at ../../src/identity/bin/account_handler/src/account.rs:72:1: 371:2>::new::{{opaque}}#0`... | |
--> ../../src/identity/bin/account_handler/src/account.rs:84:10 | |
| | |
84 | ) -> Result<Account, AccountManagerError> { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
= note: ...which again requires processing `account::<impl at ../../src/identity/bin/account_handler/src/account.rs:72:1: 371:2>::new::{{opaque}}#0`, completing the cycle | |
note: cycle used when processing `account::<impl at ../../src/identity/bin/account_handler/src/account.rs:72:1: 371:2>::new` | |
--> ../../src/identity/bin/account_handler/src/account.rs:78:5 | |
| | |
78 | / async fn new( | |
79 | | account_id: LocalAccountId, | |
80 | | persona_id: LocalPersonaId, | |
81 | | lifetime: AccountLifetime, | |
... | | |
122 | | }) | |
123 | | } | |
| |_____^ | |
error: aborting due to previous error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment