-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust bug: error when: higher ranked lifetime, assert Send;
```rust error: implementation of `MapApiRO` is not general enough --> src/data/impl_static_levels.rs:138:22 | 138 | let fu = assert_sync(fu); | ^^^^^^^^^^^^^^^ implementation of `MapApiRO` is not general enough | = note: `MapApiRO<String>` would have to be implemented for the type `&'0 Level`, for any lifetime `'0`... = note: ...but `MapApiRO<String>` is actually implemented for the type `&'1 Level`, for some specific lifetime `'1` ``` rust-lang/rust#100013 rust-lang/rust#114046 rust-lang/rust#110338
- Loading branch information
1 parent
b229c49
commit 4346943
Showing
5 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
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