We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88573a7 + 26020f5 commit 9681544Copy full SHA for 9681544
src/librustc_error_codes/error_codes/E0276.md
@@ -1,5 +1,6 @@
1
-This error occurs when a bound in an implementation of a trait does not match
2
-the bounds specified in the original trait. For example:
+A trait implementation has stricter requirements than the trait definition.
+
3
+Erroneous code example:
4
5
```compile_fail,E0276
6
trait Foo {
0 commit comments