Compiler refuses code, demanding Sized bound #54972
Labels
A-trait-system
Area: Trait system
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
In the following code:
the compiler refuses it with the following error:
after adding
T: ?Sized
to lines 3 and 8, the code compiles.The text was updated successfully, but these errors were encountered: