fix error code index comment
This commit is contained in:
parent
00c8272612
commit
4a75ef91f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue