rename skolemized to placeholder
This commit is contained in:
parent
a96510d066
commit
4cd4eae435
29 changed files with 226 additions and 211 deletions
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
#![allow(dead_code)]
|
||||
// Regression test for #37154: the problem here was that the cache
|
||||
// results in a false error because it was caching skolemized results
|
||||
// even after those skolemized regions had been popped.
|
||||
// results in a false error because it was caching placeholder results
|
||||
// even after those placeholder regions had been popped.
|
||||
|
||||
trait Foo {
|
||||
fn method(&self) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue