diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-03-01 16:02:22 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-03-02 18:47:47 -0800 |
| commit | ce3b17baddbb5f1ac05359a7db5961ed100d960b (patch) | |
| tree | 037c90eac2a948aa7b2f245d8782efff58f77e50 /src/rt | |
| parent | 30bb09c0e71d852d0521cc5d4d98096900d5d813 (diff) | |
| download | rust-ce3b17baddbb5f1ac05359a7db5961ed100d960b.tar.gz rust-ce3b17baddbb5f1ac05359a7db5961ed100d960b.zip | |
librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc, and rt. rs=defun
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/rust_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
