]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-23122-1.stderr
Consider privacy more carefully when suggesting accessing fields
[rust.git] / src / test / ui / issues / issue-23122-1.stderr
index 8613c1ef8c201e2982293d726029bb64e5fe9ea8..0b568b30e08d8dab9e7e3c6e25dc835746f4c4f0 100644 (file)
@@ -1,8 +1,8 @@
 error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next == _`
-  --> $DIR/issue-23122-1.rs:10:5
+  --> $DIR/issue-23122-1.rs:10:17
    |
 LL |     type Next = <GetNext<T> as Next>::Next;
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error