Skip to content

Commit cc46fcf

Browse files
committed
---
yaml --- r: 167396 b: refs/heads/snap-stage3 c: 58467fa h: refs/heads/master v: v3
1 parent 0e948da commit cc46fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: df967306e3f9b26ca089fbb59e1f961f913b89fd
4+
refs/heads/snap-stage3: 58467fab0f4e5be4d7fbc8a6c774aea500ec1f47
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc_typeck/astconv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ fn associated_path_def_to_ty<'tcx>(this: &AstConv<'tcx>,
925925
// super-traits. Probably by elaborating the bounds.
926926

927927
suitable_bounds =
928-
ty_param_def.bounds.trait_bounds // TODO trait_bounds, no good
928+
ty_param_def.bounds.trait_bounds // FIXME(#20300) -- search where clauses, not bounds
929929
.iter()
930930
.cloned()
931931
.filter(|b| trait_defines_associated_type_named(this, b.def_id(), assoc_name))

0 commit comments

Comments
 (0)