summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/unactionable_diagnostic.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/unactionable_diagnostic.fixed')
-rw-r--r--tests/ui/impl-trait/unactionable_diagnostic.fixed2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/unactionable_diagnostic.fixed b/tests/ui/impl-trait/unactionable_diagnostic.fixed
index 6c2505177..d446512ff 100644
--- a/tests/ui/impl-trait/unactionable_diagnostic.fixed
+++ b/tests/ui/impl-trait/unactionable_diagnostic.fixed
@@ -14,7 +14,7 @@ fn foo<'x, P>(
}
pub fn bar<'t, T: 't>(
- //~^ HELP: consider adding an explicit lifetime bound...
+ //~^ HELP: consider adding an explicit lifetime bound
post: T,
x: &'t Foo,
) -> &'t impl Trait {