]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-eq-expr-path.stderr
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / associated-types-eq-expr-path.stderr
index 36c31cd3f05600d7eb4fd75c5b7621ac61164f62..bd354cf3e16f2c7c1d9a46aefd613967ff0b6da5 100644 (file)
@@ -1,5 +1,5 @@
 error[E0229]: associated type bindings are not allowed here
-  --> $DIR/associated-types-eq-expr-path.rs:24:26
+  --> $DIR/associated-types-eq-expr-path.rs:14:26
    |
 LL |     let x: isize = Foo::<A=usize>::bar();
    |                          ^^^^^^^ associated type not allowed here