From 6df2c78e1c35e5dac6589f55db1e0bea6e443700 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Sun, 28 Nov 2021 07:05:23 -0600 Subject: Address PR feedback --- .../issue-88586-hr-self-outlives-in-trait-def.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs b/src/test/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs index 3f5202827ad..b50f56b03d9 100644 --- a/src/test/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs +++ b/src/test/ui/higher-rank-trait-bounds/issue-88586-hr-self-outlives-in-trait-def.rs @@ -1,7 +1,7 @@ // Regression test for #88586: a higher-ranked outlives bound on Self in a trait // definition caused an ICE when debug_assertions were enabled. // -// The error output is incidentally unhelpful; this should be improved. +// FIXME: The error output in the absence of the ICE is unhelpful; this should be improved. trait A where for<'a> Self: 'a //~^ ERROR the parameter type `Self` may not live long enough -- cgit 1.4.1-3-g733a5