diff options
Diffstat (limited to 'src/rustdoc/astsrv.rs')
| -rw-r--r-- | src/rustdoc/astsrv.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rustdoc/astsrv.rs b/src/rustdoc/astsrv.rs index a68f998e6fe..385f76873b3 100644 --- a/src/rustdoc/astsrv.rs +++ b/src/rustdoc/astsrv.rs @@ -88,7 +88,7 @@ fn act(po: comm::Port<msg>, source: ~str, parse: parser) { } } -fn exec<T:send>( +fn exec<T:Send>( srv: srv, +f: fn~(ctxt: ctxt) -> T ) -> T { | 
