Skip to content

Commit fa63345

Browse files
committed
---
yaml --- r: 277505 b: refs/heads/try c: ef69ef8 h: refs/heads/master i: 277503: 0f41694
1 parent 3d485e5 commit fa63345

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 522b6ed8a7112064ca6e15ccb49c76fefae8ff71
4+
refs/heads/try: ef69ef81e31b248c0eb5ca6b95ab0f302f49e77c
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc/hir/lowering.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
// are unique). Every new node must have a unique id. Avoid cloning HIR nodes.
3030
// If you do, you must then set the new node's id to a fresh one.
3131
//
32-
// We must also cache gensym'ed Idents to ensure that we get the same Ident
33-
// every time we lower a node with gensym'ed names. One consequence of this is
34-
// that you can only gensym a name once in a lowering (you don't need to worry
35-
// about nested lowering though). That's because we cache based on the name and
36-
// the currently cached node id, which is unique per lowered node.
37-
//
3832
// Spans are used for error messages and for tools to map semantics back to
3933
// source code. It is therefore not as important with spans as ids to be strict
4034
// about use (you can't break the compiler by screwing up a span). Obviously, a

0 commit comments

Comments
 (0)