summaryrefslogtreecommitdiffstats
path: root/src/test/ui/where-clauses/higher-ranked-fn-type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/where-clauses/higher-ranked-fn-type.rs')
-rw-r--r--src/test/ui/where-clauses/higher-ranked-fn-type.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/where-clauses/higher-ranked-fn-type.rs b/src/test/ui/where-clauses/higher-ranked-fn-type.rs
index ab6edde4e..c19e75eb7 100644
--- a/src/test/ui/where-clauses/higher-ranked-fn-type.rs
+++ b/src/test/ui/where-clauses/higher-ranked-fn-type.rs
@@ -19,7 +19,7 @@ where
{
called()
//[quiet]~^ ERROR the trait bound `for<'b> fn(&'b ()): Foo` is not satisfied
- //[verbose]~^^ ERROR the trait bound `for<'b> fn(&ReLateBound(
+ //[verbose]~^^ ERROR the trait bound `for<Region(
}
fn main() {}