fix error code index comment

This commit is contained in:
Esteban Küber 2020-01-14 10:29:13 -08:00
parent 00c8272612
commit 4a75ef91f3

View File

@ -12,7 +12,7 @@ impl T for S {
}
// Having the trait `T` as return type is invalid because bare traits do not
have a statically known size:
// have a statically known size:
fn foo() -> dyn T {
S(42)
}