]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-eq-2.stderr
feat(rustdoc): open sidebar menu when links inside it are focused
[rust.git] / src / test / ui / associated-types / associated-types-eq-2.stderr
index 0b80f3472dcc9477bd68078d884b7fe856d5dae3..23ee8cd23b5c36398070eb911fc9be0d9fa9180d 100644 (file)
@@ -1,5 +1,5 @@
 error[E0229]: associated type bindings are not allowed here
-  --> $DIR/associated-types-eq-2.rs:26:30
+  --> $DIR/associated-types-eq-2.rs:16:30
    |
 LL | fn baz<I: Foo>(x: &<I as Foo<A=Bar>>::A) {}
    |                              ^^^^^ associated type not allowed here