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 98e5a3c commit d4637f9Copy full SHA for d4637f9
const-generic-const-fn-bounds.md
@@ -117,7 +117,7 @@ struct Bar(Foo);
117
impl const Drop for Foo { fn drop(&mut self) {} } // not allowed
118
```
119
120
-## Runtime uses don't have `const` restrictions?
+## Runtime uses don't have `const` restrictions
121
122
`impl const` blocks additionally generate impls that are not const if any generic
123
parameters are not const.
0 commit comments