Skip to content

Commit

Permalink
Fix comment that's been wrong since ancient times (thanks, @jvns).
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuper committed Jan 2, 2014
1 parent 6475255 commit 99dbb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/trans/base.rs
Expand Up @@ -20,7 +20,7 @@
// * There's no way to find out the ty::t type of a ValueRef. Doing so
// would be "trying to get the eggs out of an omelette" (credit:
// pcwalton). You can, instead, find out its TypeRef by calling val_ty,
// but many TypeRefs correspond to one ty::t; for instance, tup(int, int,
// but one TypeRef corresponds to many `ty::t`s; for instance, tup(int, int,
// int) and rec(x=int, y=int, z=int) will have the same TypeRef.


Expand Down

5 comments on commit 99dbb1d

@bors
Copy link
Contributor

@bors bors commented on 99dbb1d Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at lkuper@99dbb1d

@bors
Copy link
Contributor

@bors bors commented on 99dbb1d Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging lkuper/rust/trans-comment = 99dbb1d into auto

@bors
Copy link
Contributor

@bors bors commented on 99dbb1d Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lkuper/rust/trans-comment = 99dbb1d merged ok, testing candidate = bbdf645

@bors
Copy link
Contributor

@bors bors commented on 99dbb1d Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 99dbb1d Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = bbdf645

Please sign in to comment.