forked from tomprogrammer/rust-ascii
-
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.
- Loading branch information
1 parent
9284c9c
commit a1755b7
Showing
1 changed file
with
15 additions
and
6 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
For now that's ok, in general I'd like to move the bounds completely into the where clause if there is one.
It even seems there is a bug because
T: ?Sized
can't be moved into the where clause without complaints by rustc.I will check that tomorrow.Reference: rust-lang/rust#20503