]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/assoc-inherent.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / assoc-inherent.stderr
index 11497cba0ffaaa91e726b436aa74572f84b49c9f..f438ac8df4a090a0d639684ca3089c603895c415 100644 (file)
@@ -1,7 +1,7 @@
-error[E0202]: associated types are not allowed in inherent impls
-  --> $DIR/assoc-inherent.rs:16:5
+error[E0202]: associated types are not yet supported in inherent impls (see #8995)
+  --> $DIR/assoc-inherent.rs:6:5
    |
-LL |     type Bar = isize; //~ERROR associated types are not allowed in inherent impls
+LL |     type Bar = isize; //~ERROR associated types are not yet supported in inherent impls (see #8995)
    |     ^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error