From ce3b17baddbb5f1ac05359a7db5961ed100d960b Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 1 Mar 2013 16:02:22 -0800 Subject: librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc, and rt. rs=defun --- src/rt/rust_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt') diff --git a/src/rt/rust_type.h b/src/rt/rust_type.h index b631cfa35f4..ece0d48c3ae 100644 --- a/src/rt/rust_type.h +++ b/src/rt/rust_type.h @@ -36,7 +36,7 @@ struct rust_opaque_box { rust_opaque_box *next; }; -// corresponds to the layout of a fn(), fn@(), fn~() etc +// corresponds to the layout of a &fn(), @fn(), ~fn() etc struct fn_env_pair { spawn_fn f; rust_opaque_box *env; -- cgit 1.4.1-3-g733a5