diff options
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 72b6deea..a5cca2cb 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -103,5 +103,15 @@ rust_task : public rust_proxy_delegate<rust_task>, rust_crate_cache * get_crate_cache(rust_crate const *curr_crate); }; +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// End: +// #endif /* RUST_TASK_H */ |