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 3408890 commit bc9a036Copy full SHA for bc9a036
src/items/traits.md
@@ -115,7 +115,7 @@ trait TraitMethods {
115
trait NonDispatchable {
116
// Non-methods cannot be dispatched.
117
fn foo() where Self: Sized {}
118
- // Requires unstable `unsized_fn_params` feature.
+ // Self as receiver can't be dispatched on a trait object.
119
fn by_value(self);
120
// Self type isn't known until runtime.
121
fn returns(&self) -> Self where Self: Sized;
0 commit comments