summary refs log tree commit diff
path: root/src/test/ui/parser
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-04-22 10:21:32 +0200
committerRalf Jung <post@ralfj.de>2020-05-09 14:40:17 +0200
commit6a8cf4a17c2d2b3daca27e787f4154e233ab4545 (patch)
treefdc17050f26e39fb14dac3294879085b1074de15 /src/test/ui/parser
parent1fce20340a6422b5e1f9738b82a304c4c389171c (diff)
downloadrust-6a8cf4a17c2d2b3daca27e787f4154e233ab4545.tar.gz
rust-6a8cf4a17c2d2b3daca27e787f4154e233ab4545.zip
adjust tests
Diffstat (limited to 'src/test/ui/parser')
-rw-r--r--src/test/ui/parser/impl-item-type-no-body-semantic-fail.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/parser/impl-item-type-no-body-semantic-fail.stderr b/src/test/ui/parser/impl-item-type-no-body-semantic-fail.stderr
index 7678ee6c821..214467793bc 100644
--- a/src/test/ui/parser/impl-item-type-no-body-semantic-fail.stderr
+++ b/src/test/ui/parser/impl-item-type-no-body-semantic-fail.stderr
@@ -42,13 +42,14 @@ LL |     type W where Self: Eq;
    |                          |
    |                          help: provide a definition for the type: `= <type>;`
 
-warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
+warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes
   --> $DIR/impl-item-type-no-body-semantic-fail.rs:1:12
    |
 LL | #![feature(generic_associated_types)]
    |            ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(incomplete_features)]` on by default
+   = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information
 
 error[E0202]: associated types are not yet supported in inherent impls (see #8995)
   --> $DIR/impl-item-type-no-body-semantic-fail.rs:9:5