Skip to content

Commit a9f6c86

Browse files
committed
---
yaml --- r: 167398 b: refs/heads/snap-stage3 c: 97d8a66 h: refs/heads/master v: v3
1 parent d8b4cf6 commit a9f6c86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 023dfb0c898d851dee6ace2f8339b73b5287136b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d62d4953d29462fe1e4af04e6016160d25bb0a71
4+
refs/heads/snap-stage3: 97d8a668f66377c5adb85e89c2fa207e9d4a511c
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc_typeck/check/regionmanip.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ impl<'a, 'tcx> Wf<'a, 'tcx> {
125125
ty::ty_projection(ref data) => {
126126
// `<T as TraitRef<..>>::Name`
127127

128-
// TODO What region constraints are necessary here, if any??
128+
// FIXME(#20303) -- gain ability to require that ty_projection : in-scope region,
129+
// like a type parameter
129130

130131
// this seems like a minimal requirement:
131132
let trait_def = ty::lookup_trait_def(self.tcx, data.trait_ref.def_id);

0 commit comments

Comments
 (0)