]> 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 22422f154041e9eaac1e0fc82a42c99456b83519..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:20: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