Skip to content

Commit 4a75ef9

Browse files
committed
fix error code index comment
1 parent 00c8272 commit 4a75ef9

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0746.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ impl T for S {
1212
}
1313
1414
// Having the trait `T` as return type is invalid because bare traits do not
15-
have a statically known size:
15+
// have a statically known size:
1616
fn foo() -> dyn T {
1717
S(42)
1818
}

0 commit comments

Comments
 (0)