]> 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 1a555bd53ac8307f9aabf91819f6deeffc0deb32..f438ac8df4a090a0d639684ca3089c603895c415 100644 (file)
@@ -1,7 +1,7 @@
-error[E0202]: associated types are not allowed in inherent impls
+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