Skip to content

Commit 8bae14c

Browse files
committed
---
yaml --- r: 93755 b: refs/heads/try c: 77f621b h: refs/heads/master i: 93753: 4b68f5d 93751: 05277c7 v: v3
1 parent 4f1ec53 commit 8bae14c

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: 6a5736d704d46e11fa06f7943d01b6744146b140
5+
refs/heads/try: 77f621bff432ead333cdfa7ba315246cad663d59
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ diagnostic emitter which records when we hit a fatal error. If the task
322322
fails without recording a fatal error then we've encountered a compiler
323323
bug and need to present an error.
324324
*/
325-
pub fn monitor(f: ~fn(@diagnostic::Emitter)) {
325+
pub fn monitor(f: proc(@diagnostic::Emitter)) {
326326
use std::comm::*;
327327

328328
// XXX: This is a hack for newsched since it doesn't support split stacks.

0 commit comments

Comments
 (0)