File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d877ebdd056de76cd98dbe6c7668f26a4a2cbd1c
2
+ refs/heads/master: b86c603bdf0b13383891ce1a49c28428b4826ec4
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ impl resolve_methods for infer_ctxt {
879
879
//
880
880
// There are two type combiners, lub and gub. The first computes the
881
881
// Least Upper Bound of two types `a` and `b`---that is, a mutual
882
- // supertype type `c` where `a <: c` and `a <: c`. As the name
882
+ // supertype type `c` where `a <: c` and `b <: c`. As the name
883
883
// implies, it tries to pick the most precise `c` possible. `glb`
884
884
// computes the greatest lower bound---that is, it computes a mutual
885
885
// subtype, aiming for the most general such type possible. Both
You can’t perform that action at this time.
0 commit comments