]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/orphan-check-diagnostics.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / orphan-check-diagnostics.stderr
index 4bd6aa2c154bd1c0529588c2f3c87458462d2e1e..3f868422c7fcbd55589a9c1ca6910d4bd7791c4e 100644 (file)
@@ -1,5 +1,5 @@
 error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
-  --> $DIR/orphan-check-diagnostics.rs:10:1
+  --> $DIR/orphan-check-diagnostics.rs:11:1
    |
 LL | impl<T> RemoteTrait for T where T: LocalTrait {}
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type