rename skolemized to placeholder

This commit is contained in:
Niko Matsakis 2018-09-07 09:46:53 -04:00
parent a96510d066
commit 4cd4eae435
29 changed files with 226 additions and 211 deletions

View file

@ -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) {}