summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorcos <cos>2022-02-03 10:50:30 +0100
committercos <cos>2022-02-19 16:53:08 +0100
commit6822c4a42437e3b3d002247bf48e4159f062c3b2 (patch)
treeb71cc17a2d74655bd3896f5fff73eba50f815fdf /doc/ale-rust.txt
parent7a3567d3e4d71aa738b1b2061d7b1f09901fc2c4 (diff)
downloadale-6822c4a42437e3b3d002247bf48e4159f062c3b2.zip
wip: Attempt at making cargo working on whole project as documented
(Make cargo work on whole project as documented) According to `:help ale-integration-rust`, using cargo as a linter should check the entire project. It appears this was the case initially, but it broke somewhere along the way. Setting `filename` to the output in the handler and avoid filtering the spans on `file_name` goes a long way in restoring the intended behavior. However test cases fail, even after attempting to update them. Please see next commit.
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index 8e846844..c51273ab 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -40,6 +40,16 @@ Integration Information
Also note that rustc 1.18. or later is needed.
+===============================================================================
+TODO
+
+g:ale_rust_only_current_buffer *g:ale_rust_only_current_buffer*
+ *b:ale_rust_only_current_buffer*
+ Type: |Number|
+ Default: `0`
+
+ Option to restore buggy operation. (FIXME: The existance of this option
+ might or might not be desired.)
===============================================================================
analyzer *ale-rust-analyzer*