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.
2 parents 67ae308 + 108b75e commit 118fd1fCopy full SHA for 118fd1f
src/items/traits.md
@@ -173,7 +173,7 @@ trait DynIncompatible {
173
fn foo() {} // ERROR: associated function without Sized
174
fn returns(&self) -> Self; // ERROR: Self in return type
175
fn typed<T>(&self, x: T) {} // ERROR: has generic type parameters
176
- fn nested(self: Rc<Box<Self>>) {} // ERROR: nested receiver not yet supported
+ fn nested(self: Rc<Box<Self>>) {} // ERROR: nested receiver cannot be downcasted
177
}
178
179
struct S;
0 commit comments