We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c8272 commit 4a75ef9Copy full SHA for 4a75ef9
src/librustc_error_codes/error_codes/E0746.md
@@ -12,7 +12,7 @@ impl T for S {
12
}
13
14
// Having the trait `T` as return type is invalid because bare traits do not
15
-have a statically known size:
+// have a statically known size:
16
fn foo() -> dyn T {
17
S(42)
18
0 commit comments