Skip to content

Commit 915897b

Browse files
committed
Remove obsolete comment
1 parent 7509a3d commit 915897b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rustc/util/ppaux.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ fn bound_region_to_str(cx: ctxt, br: bound_region) -> ~str {
119119
if cx.sess.verbose() {fmt!("&%u", idx)} else {~"&"}
120120
}
121121
122-
// FIXME(#3011) -- even if this arm is removed, exhaustiveness checking
123-
// does not fail
124122
br_cap_avoid(id, br) => {
125123
if cx.sess.verbose() {
126124
fmt!("br_cap_avoid(%?, %s)", id, bound_region_to_str(cx, *br))

0 commit comments

Comments
 (0)