Skip to content

Commit 6565550

Browse files
committed
---
yaml --- r: 12128 b: refs/heads/master c: b86c603 h: refs/heads/master v: v3
1 parent c6acd51 commit 6565550

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,5 +1,5 @@
11
---
2-
refs/heads/master: d877ebdd056de76cd98dbe6c7668f26a4a2cbd1c
2+
refs/heads/master: b86c603bdf0b13383891ce1a49c28428b4826ec4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ impl resolve_methods for infer_ctxt {
879879
//
880880
// There are two type combiners, lub and gub. The first computes the
881881
// 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
883883
// implies, it tries to pick the most precise `c` possible. `glb`
884884
// computes the greatest lower bound---that is, it computes a mutual
885885
// subtype, aiming for the most general such type possible. Both

0 commit comments

Comments
 (0)