We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fce5b3 commit 8e4072cCopy full SHA for 8e4072c
src/doc/rustc/src/lints/listing/deny-by-default.md
@@ -266,7 +266,7 @@ impl<X> Trait1<Box<X>> for A {
266
This will produce:
267
268
```text
269
-warning: conflicting implementations of trait `Trait1<std::boxed::Box<_>>` for type `A`: (E0119)
+error: conflicting implementations of trait `Trait1<std::boxed::Box<_>>` for type `A`: (E0119)
270
--> src/main.rs:13:1
271
|
272
9 | impl<X, T> Trait1<X> for T where T: Trait2<X> {
0 commit comments