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 5808971 commit 7dc4bf4Copy full SHA for 7dc4bf4
src/librustc/error_codes.rs
@@ -280,7 +280,7 @@ trait Super<A: ?Sized> {
280
}
281
```
282
283
-If the trait `Foo` was deriving from something like `Super<String>` or
+If the trait `Trait` was deriving from something like `Super<String>` or
284
`Super<T>` (where `Foo` itself is `Foo<T>`), this is okay, because given a type
285
`get_a()` will definitely return an object of that type.
286
0 commit comments