about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorscalexm <alexandre@scalexm.fr>2019-02-08 11:21:03 +0100
committerscalexm <alexandre@scalexm.fr>2019-03-20 20:03:20 +0100
commit60ea7cbe4eebc04e8910c63baeabd5d385fadc4c (patch)
treeab7c05c17c4e7c92224b35b26fe58d2e3a73b229 /src/test
parentc3b33a7f3be706d35ee62847342c22406401430a (diff)
downloadrust-60ea7cbe4eebc04e8910c63baeabd5d385fadc4c.tar.gz
rust-60ea7cbe4eebc04e8910c63baeabd5d385fadc4c.zip
Gather region constraints not coming from unification
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/chalkify/lower_env3.stderr2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/chalkify/lower_env3.stderr b/src/test/ui/chalkify/lower_env3.stderr
index 46e08368689..a1fc83bfea8 100644
--- a/src/test/ui/chalkify/lower_env3.stderr
+++ b/src/test/ui/chalkify/lower_env3.stderr
@@ -4,7 +4,6 @@ error: program clause dump
 LL |     #[rustc_dump_env_program_clauses]
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: forall<'^0, ^1> { TypeOutlives(^1: '^0) :- FromEnv(&^1). }
    = note: forall<Self> { Implemented(Self: Foo) :- FromEnv(Self: Foo). }
 
 error: program clause dump
@@ -13,7 +12,6 @@ error: program clause dump
 LL |     #[rustc_dump_env_program_clauses]
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: forall<'^0, ^1> { TypeOutlives(^1: '^0) :- FromEnv(&^1). }
    = note: forall<Self> { FromEnv(Self: std::marker::Sized) :- FromEnv(Self: std::clone::Clone). }
    = note: forall<Self> { Implemented(Self: std::clone::Clone) :- FromEnv(Self: std::clone::Clone). }
    = note: forall<Self> { Implemented(Self: std::marker::Sized) :- FromEnv(Self: std::marker::Sized). }