diff --git a/src/rustc/util/ppaux.rs b/src/rustc/util/ppaux.rs index c8238d6b057..86a2eb65b90 100644 --- a/src/rustc/util/ppaux.rs +++ b/src/rustc/util/ppaux.rs @@ -52,6 +52,10 @@ fn re_scope_id_to_str(cx: ctxt, node_id: ast::node_id) -> str { ast_map::node_id_to_str(cx.items, node_id)]) } } } + none { + // FIXME(#2586) + #fmt["", node_id] + } _ { cx.sess.bug( #fmt["re_scope refers to %s", ast_map::node_id_to_str(cx.items, node_id)]) }