We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~fn()
1 parent 6a5736d commit 77f621bCopy full SHA for 77f621b
src/librustc/lib.rs
@@ -322,7 +322,7 @@ diagnostic emitter which records when we hit a fatal error. If the task
322
fails without recording a fatal error then we've encountered a compiler
323
bug and need to present an error.
324
*/
325
-pub fn monitor(f: ~fn(@diagnostic::Emitter)) {
+pub fn monitor(f: proc(@diagnostic::Emitter)) {
326
use std::comm::*;
327
328
// XXX: This is a hack for newsched since it doesn't support split stacks.
0 commit comments