forked from reem/rust-typemap
-
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.
(fix) Fix compiler error with rust 1.31.1
Refering to Self in where clause became illegal because: > As was discovered in #50781 a combination of implementing a trait > directly for a dyn type and where clauses involving Self can punch a > hole in our dyn-capability rules. See this issue for details: rust-lang/rust#51443
- Loading branch information
1 parent
9452d89
commit 6916c1e
Showing
1 changed file
with
8 additions
and
9 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